#BC4588

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

Shades of Mulberry #BC4588

Tints of Mulberry #BC4588

Color information

#BC4588 (or 0xBC4588) is unknown color: approx Mulberry. HEX triplet: BC, 45 and 88. RGB value is (188,69,136). Sum of RGB (Red+Green+Blue) = 188+69+136=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 69 (27.34% from 255 or 17.56% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4588 is #43BA77. Grayscale: #707070. Windows color (decimal): -4438648 or 8930748. OLE color: 8930748.

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

Color convert

RGB18869136-
CMYK00.630.280.26
HSL326.22º47.04%50.39%-
HSV(B)326.22º63.3%73.73%-
XYZ27.3116.7325.08-
YUV112.22141.42182.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.84%
GREEN value IS 69 (27.34% from 255) = 17.56%
BLUE value IS 136 (53.52% from 255) = 34.61%
R=47.84%
G=17.56%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886913600.630.280.26326.2247.0450.39
HexBC458803F1C1A1462f32
Octal27410521007734325065762
Binary1011110010001011000100001111111110011010101000110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4588; }

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

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

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

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

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

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

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

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