#BC4589

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

Shades of Mulberry #BC4589

Tints of Mulberry #BC4589

Color information

#BC4589 (or 0xBC4589) is unknown color: approx Mulberry. HEX triplet: BC, 45 and 89. RGB value is (188,69,137). Sum of RGB (Red+Green+Blue) = 188+69+137=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 69 (27.34% from 255 or 17.51% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4589 is #43BA76. Grayscale: #707070. Windows color (decimal): -4438647 or 8996284. OLE color: 8996284.

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

Color convert

RGB18869137-
CMYK00.630.270.26
HSL325.71º47.04%50.39%-
HSV(B)325.71º63.3%73.73%-
XYZ27.3816.7525.46-
YUV112.33141.92181.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.72%
GREEN value IS 69 (27.34% from 255) = 17.51%
BLUE value IS 137 (53.91% from 255) = 34.77%
R=47.72%
G=17.51%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886913700.630.270.26325.7147.0450.39
HexBC458903F1B1A1462f32
Octal27410521107733325065762
Binary1011110010001011000100101111111101111010101000110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4589; }

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

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

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

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

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

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

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

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