#BC519B

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

Shades of Mulberry #BC519B

Tints of Mulberry #BC519B

Color information

#BC519B (or 0xBC519B) is unknown color: approx Mulberry. HEX triplet: BC, 51 and 9B. RGB value is (188,81,155). Sum of RGB (Red+Green+Blue) = 188+81+155=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 81 (32.03% from 255 or 19.10% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC519B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC519B is #43AE64. Grayscale: #797979. Windows color (decimal): -4435557 or 10179004. OLE color: 10179004.

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

Color convert

RGB18881155-
CMYK00.570.180.26
HSL318.5º44.4%52.75%-
HSV(B)318.5º56.91%73.73%-
XYZ29.618.9433.11-
YUV121.43146.95175.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.34%
GREEN value IS 81 (32.03% from 255) = 19.10%
BLUE value IS 155 (60.94% from 255) = 36.56%
R=44.34%
G=19.10%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888115500.570.180.26318.544.452.75
HexBC519B039121A13f2c35
Octal27412123307122324775465
Binary1011110010100011001101101110011001011010100111111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC519B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC519B; }

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

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

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

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

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

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

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

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