#BF44A5

Color #BF44A5 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #BF44A5

Tints of Mulberry #BF44A5

Color information

#BF44A5 (or 0xBF44A5) is unknown color: approx Mulberry. HEX triplet: BF, 44 and A5. RGB value is (191,68,165). Sum of RGB (Red+Green+Blue) = 191+68+165=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 68 (26.95% from 255 or 16.04% from 424); Blue value is 165 (64.84% from 255 or 38.92% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BF44A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF44A5 is #40BB5A. Grayscale: #737373. Windows color (decimal): -4242267 or 10831039. OLE color: 10831039.

HSL color Cylindrical-coordinate representation of color #BF44A5: hue angle of 312.68º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF44A5 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB19168165-
CMYK00.640.140.25
HSL312.68º49%50.78%-
HSV(B)312.68º64.4%74.9%-
XYZ30.3417.9337.46-
YUV115.84155.75181.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 45.05%
GREEN value IS 68 (26.95% from 255) = 16.04%
BLUE value IS 165 (64.84% from 255) = 38.92%
R=45.05%
G=16.04%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916816500.640.140.25312.684950.78
HexBF44A5040E191393133
Octal277104245010016314716163
Binary1011111110001001010010101000000111011001100111001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF44A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF44A5; }

 p { color: rgb(191,68,165); }

 H1.HeaderClassName
 {
   color: #BF44A5;
 }
 .AnyTagClassName
 {
   color: #BF44A5;
 }
</style>
background-color css

<style>
 a { background-color: #BF44A5; }

 a { background-color: rgb(191,68,165); }

 div.DivClassName
 {
   background-color: #BF44A5;
 }
 .BgClassName
 {
   background-color: #BF44A5;
 }
</style>
border-color css

<style>
 span { border-color: #BF44A5; }

 span { border-color: rgb(191,68,165); }

 td.TdClassName
 {
   border-color: #BF44A5;
 }
 .TagClassName
 {
   border-color: #BF44A5;
 }
</style>