#BC599F

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

Shades of Mulberry #BC599F

Tints of Mulberry #BC599F

Color information

#BC599F (or 0xBC599F) is unknown color: approx Mulberry. HEX triplet: BC, 59 and 9F. RGB value is (188,89,159). Sum of RGB (Red+Green+Blue) = 188+89+159=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 89 (35.16% from 255 or 20.41% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC599F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC599F is #43A660. Grayscale: #7E7E7E. Windows color (decimal): -4433505 or 10443196. OLE color: 10443196.

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

Color convert

RGB18889159-
CMYK00.530.150.26
HSL317.58º42.49%54.31%-
HSV(B)317.58º52.66%73.73%-
XYZ30.5720.3435.12-
YUV126.58146.3171.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.12%
GREEN value IS 89 (35.16% from 255) = 20.41%
BLUE value IS 159 (62.5% from 255) = 36.47%
R=43.12%
G=20.41%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888915900.530.150.26317.5842.4954.31
HexBC599F035F1A13e2a36
Octal27413123706517324765266
Binary101111001011001100111110110101111111010100111110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC599F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC599F; }

 p { color: rgb(188,89,159); }

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

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

 a { background-color: rgb(188,89,159); }

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

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

 span { border-color: rgb(188,89,159); }

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