#BF5496

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

Shades of Mulberry #BF5496

Tints of Mulberry #BF5496

Color information

#BF5496 (or 0xBF5496) is unknown color: approx Mulberry. HEX triplet: BF, 54 and 96. RGB value is (191,84,150). Sum of RGB (Red+Green+Blue) = 191+84+150=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5496 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5496 is #40AB69. Grayscale: #7B7B7B. Windows color (decimal): -4238186 or 9852095. OLE color: 9852095.

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

Color convert

RGB19184150-
CMYK00.560.210.25
HSL322.99º45.53%53.92%-
HSV(B)322.99º56.02%74.9%-
XYZ30.1619.6231.05-
YUV123.52142.95176.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.94%
GREEN value IS 84 (33.20% from 255) = 19.76%
BLUE value IS 150 (58.98% from 255) = 35.29%
R=44.94%
G=19.76%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918415000.560.210.25322.9945.5353.92
HexBF549603815191432e36
Octal27712422607025315035666
Binary1011111110101001001011001110001010111001101000011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5496; }

 p { color: rgb(191,84,150); }

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

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

 a { background-color: rgb(191,84,150); }

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

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

 span { border-color: rgb(191,84,150); }

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