#BC509E

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

Shades of Mulberry #BC509E

Tints of Mulberry #BC509E

Color information

#BC509E (or 0xBC509E) is unknown color: approx Mulberry. HEX triplet: BC, 50 and 9E. RGB value is (188,80,158). Sum of RGB (Red+Green+Blue) = 188+80+158=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC509E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC509E is #43AF61. Grayscale: #787878. Windows color (decimal): -4435810 or 10375356. OLE color: 10375356.

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

Color convert

RGB18880158-
CMYK00.570.160.26
HSL316.67º44.63%52.55%-
HSV(B)316.67º57.45%73.73%-
XYZ29.7818.934.43-
YUV121.18148.78175.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.13%
GREEN value IS 80 (31.64% from 255) = 18.78%
BLUE value IS 158 (62.11% from 255) = 37.09%
R=44.13%
G=18.78%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888015800.570.160.26316.6744.6352.55
HexBC509E039101A13d2d35
Octal27412023607120324755565
Binary1011110010100001001111001110011000011010100111101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC509E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC509E; }

 p { color: rgb(188,80,158); }

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

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

 a { background-color: rgb(188,80,158); }

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

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

 span { border-color: rgb(188,80,158); }

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