#BC5488

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

Shades of Mulberry #BC5488

Tints of Mulberry #BC5488

Color information

#BC5488 (or 0xBC5488) is unknown color: approx Mulberry. HEX triplet: BC, 54 and 88. RGB value is (188,84,136). Sum of RGB (Red+Green+Blue) = 188+84+136=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5488 is #43AB77. Grayscale: #787878. Windows color (decimal): -4434808 or 8934588. OLE color: 8934588.

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

Color convert

RGB18884136-
CMYK00.550.280.26
HSL330º43.7%53.33%-
HSV(B)330º55.32%73.73%-
XYZ28.3518.8125.43-
YUV121.02136.46175.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.08%
GREEN value IS 84 (33.20% from 255) = 20.59%
BLUE value IS 136 (53.52% from 255) = 33.33%
R=46.08%
G=20.59%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888413600.550.280.2633043.753.33
HexBC54880371C1A14a2c35
Octal27412421006734325125465
Binary1011110010101001000100001101111110011010101001010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5488; }

 p { color: rgb(188,84,136); }

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

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

 a { background-color: rgb(188,84,136); }

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

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

 span { border-color: rgb(188,84,136); }

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