#BC5197

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

Shades of Mulberry #BC5197

Tints of Mulberry #BC5197

Color information

#BC5197 (or 0xBC5197) is unknown color: approx Mulberry. HEX triplet: BC, 51 and 97. RGB value is (188,81,151). Sum of RGB (Red+Green+Blue) = 188+81+151=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 81 (32.03% from 255 or 19.29% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5197 is #43AE68. Grayscale: #787878. Windows color (decimal): -4435561 or 9916860. OLE color: 9916860.

HSL color Cylindrical-coordinate representation of color #BC5197: hue angle of 320.75º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC5197 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB18881151-
CMYK00.570.200.26
HSL320.75º44.4%52.75%-
HSV(B)320.75º56.91%73.73%-
XYZ29.2718.8131.37-
YUV120.97144.95175.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.76%
GREEN value IS 81 (32.03% from 255) = 19.29%
BLUE value IS 151 (59.38% from 255) = 35.95%
R=44.76%
G=19.29%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888115100.570.200.26320.7544.452.75
HexBC5197039141A1412c35
Octal27412122707124325015465
Binary1011110010100011001011101110011010011010101000001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5197; }

 p { color: rgb(188,81,151); }

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

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

 a { background-color: rgb(188,81,151); }

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

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

 span { border-color: rgb(188,81,151); }

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