#BD5E9B

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

Shades of Mulberry #BD5E9B

Tints of Mulberry #BD5E9B

Color information

#BD5E9B (or 0xBD5E9B) is unknown color: approx Mulberry. HEX triplet: BD, 5E and 9B. RGB value is (189,94,155). Sum of RGB (Red+Green+Blue) = 189+94+155=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 94 (37.11% from 255 or 21.46% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5E9B is #42A164. Grayscale: #818181. Windows color (decimal): -4366693 or 10182333. OLE color: 10182333.

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

Color convert

RGB18994155-
CMYK00.500.180.26
HSL321.47º41.85%55.49%-
HSV(B)321.47º50.26%74.12%-
XYZ30.9121.1933.47-
YUV129.36142.47170.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.15%
GREEN value IS 94 (37.11% from 255) = 21.46%
BLUE value IS 155 (60.94% from 255) = 35.39%
R=43.15%
G=21.46%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899415500.500.180.26321.4741.8555.49
HexBD5E9B032121A1412a37
Octal27513623306222325015267
Binary1011110110111101001101101100101001011010101000001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5E9B; }

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

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

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

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

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

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

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

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