#BD5687

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

Shades of Mulberry #BD5687

Tints of Mulberry #BD5687

Color information

#BD5687 (or 0xBD5687) is unknown color: approx Mulberry. HEX triplet: BD, 56 and 87. RGB value is (189,86,135). Sum of RGB (Red+Green+Blue) = 189+86+135=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 86 (33.98% from 255 or 20.98% from 410); Blue value is 135 (53.12% from 255 or 32.93% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5687 is #42A978. Grayscale: #7A7A7A. Windows color (decimal): -4368761 or 8869565. OLE color: 8869565.

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

Color convert

RGB18986135-
CMYK00.540.290.26
HSL331.46º43.83%53.92%-
HSV(B)331.46º54.5%74.12%-
XYZ28.6919.2225.12-
YUV122.38135.12175.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.10%
GREEN value IS 86 (33.98% from 255) = 20.98%
BLUE value IS 135 (53.12% from 255) = 32.93%
R=46.10%
G=20.98%
B=32.93%

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
Decimal1898613500.540.290.26331.4643.8353.92
HexBD56870361D1A14b2c36
Octal27512620706635325135466
Binary1011110110101101000011101101101110111010101001011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5687; }

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

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

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

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

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

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

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

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