#BD599C

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

Shades of Mulberry #BD599C

Tints of Mulberry #BD599C

Color information

#BD599C (or 0xBD599C) is unknown color: approx Mulberry. HEX triplet: BD, 59 and 9C. RGB value is (189,89,156). Sum of RGB (Red+Green+Blue) = 189+89+156=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BD599C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD599C is #42A663. Grayscale: #7E7E7E. Windows color (decimal): -4367972 or 10246589. OLE color: 10246589.

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

Color convert

RGB18989156-
CMYK00.530.170.26
HSL319.8º43.1%54.51%-
HSV(B)319.8º52.91%74.12%-
XYZ30.5620.3633.77-
YUV126.54144.63172.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.55%
GREEN value IS 89 (35.16% from 255) = 20.51%
BLUE value IS 156 (61.33% from 255) = 35.94%
R=43.55%
G=20.51%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898915600.530.170.26319.843.154.51
HexBD599C035111A1402b37
Octal27513123406521325005367
Binary1011110110110011001110001101011000111010101000000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD599C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD599C; }

 p { color: rgb(189,89,156); }

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

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

 a { background-color: rgb(189,89,156); }

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

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

 span { border-color: rgb(189,89,156); }

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