#BC5288

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

Shades of Mulberry #BC5288

Tints of Mulberry #BC5288

Color information

#BC5288 (or 0xBC5288) is unknown color: approx Mulberry. HEX triplet: BC, 52 and 88. RGB value is (188,82,136). Sum of RGB (Red+Green+Blue) = 188+82+136=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5288 is #43AD77. Grayscale: #777777. Windows color (decimal): -4435320 or 8934076. OLE color: 8934076.

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

Color convert

RGB18882136-
CMYK00.560.280.26
HSL329.43º44.17%52.94%-
HSV(B)329.43º56.38%73.73%-
XYZ28.218.525.38-
YUV119.85137.12176.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.31%
GREEN value IS 82 (32.42% from 255) = 20.20%
BLUE value IS 136 (53.52% from 255) = 33.50%
R=46.31%
G=20.20%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888213600.560.280.26329.4344.1752.94
HexBC52880381C1A1492c35
Octal27412221007034325115465
Binary1011110010100101000100001110001110011010101001001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5288; }

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

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

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

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

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

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

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

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