#BF5DA2

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

Shades of Mulberry #BF5DA2

Tints of Mulberry #BF5DA2

Color information

#BF5DA2 (or 0xBF5DA2) is unknown color: approx Mulberry. HEX triplet: BF, 5D and A2. RGB value is (191,93,162). Sum of RGB (Red+Green+Blue) = 191+93+162=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 93 (36.72% from 255 or 20.85% from 446); Blue value is 162 (63.67% from 255 or 36.32% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5DA2 is #40A25D. Grayscale: #818181. Windows color (decimal): -4235870 or 10640831. OLE color: 10640831.

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

Color convert

RGB19193162-
CMYK00.510.150.25
HSL317.76º43.36%55.69%-
HSV(B)317.76º51.31%74.9%-
XYZ31.9221.5136.65-
YUV130.17145.97171.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.83%
GREEN value IS 93 (36.72% from 255) = 20.85%
BLUE value IS 162 (63.67% from 255) = 36.32%
R=42.83%
G=20.85%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919316200.510.150.25317.7643.3655.69
HexBF5DA2033F1913e2b38
Octal27713524206317314765370
Binary101111111011101101000100110011111111001100111110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5DA2; }

 p { color: rgb(191,93,162); }

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

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

 a { background-color: rgb(191,93,162); }

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

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

 span { border-color: rgb(191,93,162); }

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