#BD5986

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

Shades of Mulberry #BD5986

Tints of Mulberry #BD5986

Color information

#BD5986 (or 0xBD5986) is unknown color: approx Mulberry. HEX triplet: BD, 59 and 86. RGB value is (189,89,134). Sum of RGB (Red+Green+Blue) = 189+89+134=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 134 (52.73% from 255 or 32.52% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5986 is #42A679. Grayscale: #7B7B7B. Windows color (decimal): -4367994 or 8804797. OLE color: 8804797.

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

Color convert

RGB18989134-
CMYK00.530.290.26
HSL333º43.1%54.51%-
HSV(B)333º52.91%74.12%-
XYZ28.8619.6824.83-
YUV124.03133.63174.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.87%
GREEN value IS 89 (35.16% from 255) = 21.60%
BLUE value IS 134 (52.73% from 255) = 32.52%
R=45.87%
G=21.60%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898913400.530.290.2633343.154.51
HexBD59860351D1A14d2b37
Octal27513120606535325155367
Binary1011110110110011000011001101011110111010101001101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5986; }

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

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

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

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

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

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

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

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