#BF5B93

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

Shades of Mulberry #BF5B93

Tints of Mulberry #BF5B93

Color information

#BF5B93 (or 0xBF5B93) is unknown color: approx Mulberry. HEX triplet: BF, 5B and 93. RGB value is (191,91,147). Sum of RGB (Red+Green+Blue) = 191+91+147=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5B93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5B93 is #40A46C. Grayscale: #7F7F7F. Windows color (decimal): -4236397 or 9657279. OLE color: 9657279.

HSL color Cylindrical-coordinate representation of color #BF5B93: hue angle of 326.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 #BF5B93 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB19191147-
CMYK00.520.230.25
HSL326.4º43.86%55.29%-
HSV(B)326.4º52.36%74.9%-
XYZ30.4920.6729.99-
YUV127.28139.13173.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.52%
GREEN value IS 91 (35.94% from 255) = 21.21%
BLUE value IS 147 (57.81% from 255) = 34.27%
R=44.52%
G=21.21%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919114700.520.230.25326.443.8655.29
HexBF5B9303417191462c37
Octal27713322306427315065467
Binary1011111110110111001001101101001011111001101000110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5B93; }

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

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

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

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

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

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

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

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