#BD5686

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

Shades of Mulberry #BD5686

Tints of Mulberry #BD5686

Color information

#BD5686 (or 0xBD5686) is unknown color: approx Mulberry. HEX triplet: BD, 56 and 86. RGB value is (189,86,134). Sum of RGB (Red+Green+Blue) = 189+86+134=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 86 (33.98% from 255 or 21.03% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5686 is #42A979. Grayscale: #7A7A7A. Windows color (decimal): -4368762 or 8804029. OLE color: 8804029.

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

Color convert

RGB18986134-
CMYK00.540.290.26
HSL332.04º43.83%53.92%-
HSV(B)332.04º54.5%74.12%-
XYZ28.6219.224.75-
YUV122.27134.62175.6-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.21%
GREEN value IS 86 (33.98% from 255) = 21.03%
BLUE value IS 134 (52.73% from 255) = 32.76%
R=46.21%
G=21.03%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898613400.540.290.26332.0443.8353.92
HexBD56860361D1A14c2c36
Octal27512620606635325145466
Binary1011110110101101000011001101101110111010101001100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5686; }

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

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

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

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

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

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

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

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