#BC5A8E

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

Shades of Mulberry #BC5A8E

Tints of Mulberry #BC5A8E

Color information

#BC5A8E (or 0xBC5A8E) is unknown color: approx Mulberry. HEX triplet: BC, 5A and 8E. RGB value is (188,90,142). Sum of RGB (Red+Green+Blue) = 188+90+142=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5A8E is #43A571. Grayscale: #7D7D7D. Windows color (decimal): -4433266 or 9329340. OLE color: 9329340.

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

Color convert

RGB18890142-
CMYK00.520.240.26
HSL328.16º42.24%54.51%-
HSV(B)328.16º52.13%73.73%-
XYZ29.2819.9627.9-
YUV125.23137.47172.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.76%
GREEN value IS 90 (35.55% from 255) = 21.43%
BLUE value IS 142 (55.86% from 255) = 33.81%
R=44.76%
G=21.43%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889014200.520.240.26328.1642.2454.51
HexBC5A8E034181A1482a37
Octal27413221606430325105267
Binary1011110010110101000111001101001100011010101001000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5A8E; }

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

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

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

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

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

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

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

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