#BC5A9A

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

Shades of Mulberry #BC5A9A

Tints of Mulberry #BC5A9A

Color information

#BC5A9A (or 0xBC5A9A) is unknown color: approx Mulberry. HEX triplet: BC, 5A and 9A. RGB value is (188,90,154). Sum of RGB (Red+Green+Blue) = 188+90+154=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5A9A is #43A565. Grayscale: #7E7E7E. Windows color (decimal): -4433254 or 10115772. OLE color: 10115772.

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

Color convert

RGB18890154-
CMYK00.520.180.26
HSL320.82º42.24%54.51%-
HSV(B)320.82º52.13%73.73%-
XYZ30.2320.3432.9-
YUV126.6143.47171.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.52%
GREEN value IS 90 (35.55% from 255) = 20.83%
BLUE value IS 154 (60.55% from 255) = 35.65%
R=43.52%
G=20.83%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889015400.520.180.26320.8242.2454.51
HexBC5A9A034121A1412a37
Octal27413223206422325015267
Binary1011110010110101001101001101001001011010101000001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5A9A; }

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

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

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

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

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

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

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

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