#BC5184

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

Shades of Mulberry #BC5184

Tints of Mulberry #BC5184

Color information

#BC5184 (or 0xBC5184) is unknown color: approx Mulberry. HEX triplet: BC, 51 and 84. RGB value is (188,81,132). Sum of RGB (Red+Green+Blue) = 188+81+132=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5184 is #43AE7B. Grayscale: #767676. Windows color (decimal): -4435580 or 8671676. OLE color: 8671676.

HSL color Cylindrical-coordinate representation of color #BC5184: hue angle of 331.4º 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 #BC5184 is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB18881132-
CMYK00.570.300.26
HSL331.4º44.4%52.75%-
HSV(B)331.4º56.91%73.73%-
XYZ27.8518.2423.88-
YUV118.81135.45177.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.88%
GREEN value IS 81 (32.03% from 255) = 20.20%
BLUE value IS 132 (51.95% from 255) = 32.92%
R=46.88%
G=20.20%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888113200.570.300.26331.444.452.75
HexBC51840391E1A14b2c35
Octal27412120407136325135465
Binary1011110010100011000010001110011111011010101001011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5184; }

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

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

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

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

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

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

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

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