#BC4581

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

Shades of Mulberry #BC4581

Tints of Mulberry #BC4581

Color information

#BC4581 (or 0xBC4581) is unknown color: approx Mulberry. HEX triplet: BC, 45 and 81. RGB value is (188,69,129). Sum of RGB (Red+Green+Blue) = 188+69+129=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 69 (27.34% from 255 or 17.88% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4581 is #43BA7E. Grayscale: #6F6F6F. Windows color (decimal): -4438655 or 8471996. OLE color: 8471996.

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

Color convert

RGB18869129-
CMYK00.630.310.26
HSL329.75º47.04%50.39%-
HSV(B)329.75º63.3%73.73%-
XYZ26.8316.5322.55-
YUV111.42137.92182.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.70%
GREEN value IS 69 (27.34% from 255) = 17.88%
BLUE value IS 129 (50.78% from 255) = 33.42%
R=48.70%
G=17.88%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886912900.630.310.26329.7547.0450.39
HexBC458103F1F1A14a2f32
Octal27410520107737325125762
Binary1011110010001011000000101111111111111010101001010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4581; }

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

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

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

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

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

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

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

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