#BC5A8D

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

Shades of Mulberry #BC5A8D

Tints of Mulberry #BC5A8D

Color information

#BC5A8D (or 0xBC5A8D) is unknown color: approx Mulberry. HEX triplet: BC, 5A and 8D. RGB value is (188,90,141). Sum of RGB (Red+Green+Blue) = 188+90+141=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 90 (35.55% from 255 or 21.48% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5A8D is #43A572. Grayscale: #7D7D7D. Windows color (decimal): -4433267 or 9263804. OLE color: 9263804.

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

Color convert

RGB18890141-
CMYK00.520.250.26
HSL328.78º42.24%54.51%-
HSV(B)328.78º52.13%73.73%-
XYZ29.219.9327.51-
YUV125.12136.97172.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.87%
GREEN value IS 90 (35.55% from 255) = 21.48%
BLUE value IS 141 (55.47% from 255) = 33.65%
R=44.87%
G=21.48%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889014100.520.250.26328.7842.2454.51
HexBC5A8D034191A1492a37
Octal27413221506431325115267
Binary1011110010110101000110101101001100111010101001001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5A8D; }

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

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

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

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

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

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

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

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