#bd5e9e

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

Shades of Mulberry #BD5E9E

Tints of Mulberry #BD5E9E

Color information

#BD5E9E (or 0xBD5E9E) is unknown color: approx Mulberry. HEX triplet: BD, 5E and 9E. RGB value is (189,94,158). Sum of RGB (Red+Green+Blue) = 189+94+158=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 94 (37.11% from 255 or 21.32% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5E9E is #42A161. Grayscale: #818181. Windows color (decimal): -4366690 or 10378941. OLE color: 10378941.

HSL color Cylindrical-coordinate representation of color #BD5E9E: hue angle of 319.58º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD5E9E is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB18994158-
CMYK00.500.160.26
HSL319.58º41.85%55.49%-
HSV(B)319.58º50.26%74.12%-
XYZ31.1621.2934.82-
YUV129.7143.97170.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.86%
GREEN value IS 94 (37.11% from 255) = 21.32%
BLUE value IS 158 (62.11% from 255) = 35.83%
R=42.86%
G=21.32%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899415800.500.160.26319.5841.8555.49
HexBD5E9E032101A1402a37
Octal27513623606220325005267
Binary1011110110111101001111001100101000011010101000000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd5e9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd5e9e; }

 p { color: rgb(189,94,158); }

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

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

 a { background-color: rgb(189,94,158); }

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

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

 span { border-color: rgb(189,94,158); }

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