#BC5190

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

Shades of Mulberry #BC5190

Tints of Mulberry #BC5190

Color information

#BC5190 (or 0xBC5190) is unknown color: approx Mulberry. HEX triplet: BC, 51 and 90. RGB value is (188,81,144). Sum of RGB (Red+Green+Blue) = 188+81+144=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5190 is #43AE6F. Grayscale: #787878. Windows color (decimal): -4435568 or 9458108. OLE color: 9458108.

HSL color Cylindrical-coordinate representation of color #BC5190: hue angle of 324.67º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC5190 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB18881144-
CMYK00.570.230.26
HSL324.67º44.4%52.75%-
HSV(B)324.67º56.91%73.73%-
XYZ28.7218.5928.46-
YUV120.17141.45176.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.52%
GREEN value IS 81 (32.03% from 255) = 19.61%
BLUE value IS 144 (56.64% from 255) = 34.87%
R=45.52%
G=19.61%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888114400.570.230.26324.6744.452.75
HexBC5190039171A1452c35
Octal27412122007127325055465
Binary1011110010100011001000001110011011111010101000101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5190; }

 p { color: rgb(188,81,144); }

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

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

 a { background-color: rgb(188,81,144); }

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

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

 span { border-color: rgb(188,81,144); }

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