#BC5EA0

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

Shades of Mulberry #BC5EA0

Tints of Mulberry #BC5EA0

Color information

#BC5EA0 (or 0xBC5EA0) is unknown color: approx Mulberry. HEX triplet: BC, 5E and A0. RGB value is (188,94,160). Sum of RGB (Red+Green+Blue) = 188+94+160=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 94 (37.11% from 255 or 21.27% from 442); Blue value is 160 (62.89% from 255 or 36.20% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5EA0 is #43A15F. Grayscale: #818181. Windows color (decimal): -4432224 or 10510012. OLE color: 10510012.

HSL color Cylindrical-coordinate representation of color #BC5EA0: hue angle of 317.87º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC5EA0 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB18894160-
CMYK00.500.150.26
HSL317.87º41.23%55.29%-
HSV(B)317.87º50%73.73%-
XYZ31.0921.2335.72-
YUV129.63145.14169.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.53%
GREEN value IS 94 (37.11% from 255) = 21.27%
BLUE value IS 160 (62.89% from 255) = 36.20%
R=42.53%
G=21.27%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889416000.500.150.26317.8741.2355.29
HexBC5EA0032F1A13e2937
Octal27413624006217324765167
Binary101111001011110101000000110010111111010100111110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5EA0; }

 p { color: rgb(188,94,160); }

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

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

 a { background-color: rgb(188,94,160); }

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

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

 span { border-color: rgb(188,94,160); }

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