#BC5188

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

Shades of Mulberry #BC5188

Tints of Mulberry #BC5188

Color information

#BC5188 (or 0xBC5188) is unknown color: approx Mulberry. HEX triplet: BC, 51 and 88. RGB value is (188,81,136). Sum of RGB (Red+Green+Blue) = 188+81+136=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 81 (32.03% from 255 or 20% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5188 is #43AE77. Grayscale: #777777. Windows color (decimal): -4435576 or 8933820. OLE color: 8933820.

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

Color convert

RGB18881136-
CMYK00.570.280.26
HSL329.16º44.4%52.75%-
HSV(B)329.16º56.91%73.73%-
XYZ28.1318.3525.35-
YUV119.26137.45177.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.42%
GREEN value IS 81 (32.03% from 255) = 20%
BLUE value IS 136 (53.52% from 255) = 33.58%
R=46.42%
G=20%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888113600.570.280.26329.1644.452.75
HexBC51880391C1A1492c35
Octal27412121007134325115465
Binary1011110010100011000100001110011110011010101001001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5188; }

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

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

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

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

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

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

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

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