#BF5BA2

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

Shades of Mulberry #BF5BA2

Tints of Mulberry #BF5BA2

Color information

#BF5BA2 (or 0xBF5BA2) is unknown color: approx Mulberry. HEX triplet: BF, 5B and A2. RGB value is (191,91,162). Sum of RGB (Red+Green+Blue) = 191+91+162=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 162 (63.67% from 255 or 36.49% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5BA2 is #40A45D. Grayscale: #808080. Windows color (decimal): -4236382 or 10640319. OLE color: 10640319.

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

Color convert

RGB19191162-
CMYK00.520.150.25
HSL317.4º43.86%55.29%-
HSV(B)317.4º52.36%74.9%-
XYZ31.7521.1736.59-
YUV128.99146.63172.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.02%
GREEN value IS 91 (35.94% from 255) = 20.50%
BLUE value IS 162 (63.67% from 255) = 36.49%
R=43.02%
G=20.50%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919116200.520.150.25317.443.8655.29
HexBF5BA2034F1913d2c37
Octal27713324206417314755467
Binary101111111011011101000100110100111111001100111101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5BA2; }

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

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

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

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

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

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

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

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