#BD539D

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

Shades of Mulberry #BD539D

Tints of Mulberry #BD539D

Color information

#BD539D (or 0xBD539D) is unknown color: approx Mulberry. HEX triplet: BD, 53 and 9D. RGB value is (189,83,157). Sum of RGB (Red+Green+Blue) = 189+83+157=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 83 (32.81% from 255 or 19.35% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD539D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD539D is #42AC62. Grayscale: #7A7A7A. Windows color (decimal): -4369507 or 10310589. OLE color: 10310589.

HSL color Cylindrical-coordinate representation of color #BD539D: hue angle of 318.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD539D is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB18983157-
CMYK00.560.170.26
HSL318.11º44.54%53.33%-
HSV(B)318.11º56.08%74.12%-
XYZ30.1719.4434.06-
YUV123.13147.12174.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.06%
GREEN value IS 83 (32.81% from 255) = 19.35%
BLUE value IS 157 (61.72% from 255) = 36.60%
R=44.06%
G=19.35%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898315700.560.170.26318.1144.5453.33
HexBD539D038111A13e2d35
Octal27512323507021324765565
Binary1011110110100111001110101110001000111010100111110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD539D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD539D; }

 p { color: rgb(189,83,157); }

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

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

 a { background-color: rgb(189,83,157); }

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

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

 span { border-color: rgb(189,83,157); }

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