#BD5585

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

Shades of Mulberry #BD5585

Tints of Mulberry #BD5585

Color information

#BD5585 (or 0xBD5585) is unknown color: approx Mulberry. HEX triplet: BD, 55 and 85. RGB value is (189,85,133). Sum of RGB (Red+Green+Blue) = 189+85+133=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5585 is #42AA7A. Grayscale: #797979. Windows color (decimal): -4369019 or 8738237. OLE color: 8738237.

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

Color convert

RGB18985133-
CMYK00.550.300.26
HSL332.31º44.07%53.73%-
HSV(B)332.31º55.03%74.12%-
XYZ28.4719.0124.36-
YUV121.57134.46176.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.44%
GREEN value IS 85 (33.59% from 255) = 20.88%
BLUE value IS 133 (52.34% from 255) = 32.68%
R=46.44%
G=20.88%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898513300.550.300.26332.3144.0753.73
HexBD55850371E1A14c2c36
Octal27512520506736325145466
Binary1011110110101011000010101101111111011010101001100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5585; }

 p { color: rgb(189,85,133); }

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

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

 a { background-color: rgb(189,85,133); }

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

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

 span { border-color: rgb(189,85,133); }

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