#BC4C8E

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

Shades of Mulberry #BC4C8E

Tints of Mulberry #BC4C8E

Color information

#BC4C8E (or 0xBC4C8E) is unknown color: approx Mulberry. HEX triplet: BC, 4C and 8E. RGB value is (188,76,142). Sum of RGB (Red+Green+Blue) = 188+76+142=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 76 (30.08% from 255 or 18.72% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4C8E is #43B371. Grayscale: #747474. Windows color (decimal): -4436850 or 9325756. OLE color: 9325756.

HSL color Cylindrical-coordinate representation of color #BC4C8E: hue angle of 324.64º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4C8E is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB18876142-
CMYK00.600.240.26
HSL324.64º45.53%51.76%-
HSV(B)324.64º59.57%73.73%-
XYZ28.2117.8127.54-
YUV117.01142.11178.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.31%
GREEN value IS 76 (30.08% from 255) = 18.72%
BLUE value IS 142 (55.86% from 255) = 34.98%
R=46.31%
G=18.72%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887614200.600.240.26324.6445.5351.76
HexBC4C8E03C181A1452e34
Octal27411421607430325055664
Binary1011110010011001000111001111001100011010101000101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4C8E; }

 p { color: rgb(188,76,142); }

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

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

 a { background-color: rgb(188,76,142); }

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

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

 span { border-color: rgb(188,76,142); }

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