#BD5E8B

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

Shades of Mulberry #BD5E8B

Tints of Mulberry #BD5E8B

Color information

#BD5E8B (or 0xBD5E8B) is unknown color: approx Mulberry. HEX triplet: BD, 5E and 8B. RGB value is (189,94,139). Sum of RGB (Red+Green+Blue) = 189+94+139=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 94 (37.11% from 255 or 22.27% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5E8B is #42A174. Grayscale: #7F7F7F. Windows color (decimal): -4366709 or 9133757. OLE color: 9133757.

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

Color convert

RGB18994139-
CMYK00.500.260.26
HSL331.58º41.85%55.49%-
HSV(B)331.58º50.26%74.12%-
XYZ29.6520.6926.86-
YUV127.54134.47171.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.79%
GREEN value IS 94 (37.11% from 255) = 22.27%
BLUE value IS 139 (54.69% from 255) = 32.94%
R=44.79%
G=22.27%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899413900.500.260.26331.5841.8555.49
HexBD5E8B0321A1A14c2a37
Octal27513621306232325145267
Binary1011110110111101000101101100101101011010101001100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5E8B; }

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

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

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

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

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

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

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

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