#BD539C

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

Shades of Mulberry #BD539C

Tints of Mulberry #BD539C

Color information

#BD539C (or 0xBD539C) is unknown color: approx Mulberry. HEX triplet: BD, 53 and 9C. RGB value is (189,83,156). Sum of RGB (Red+Green+Blue) = 189+83+156=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 83 (32.81% from 255 or 19.39% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BD539C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD539C is #42AC63. Grayscale: #7A7A7A. Windows color (decimal): -4369508 or 10245053. OLE color: 10245053.

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

Color convert

RGB18983156-
CMYK00.560.170.26
HSL318.68º44.54%53.33%-
HSV(B)318.68º56.08%74.12%-
XYZ30.0819.4133.61-
YUV123.02146.62175.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.16%
GREEN value IS 83 (32.81% from 255) = 19.39%
BLUE value IS 156 (61.33% from 255) = 36.45%
R=44.16%
G=19.39%
B=36.45%

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
Decimal1898315600.560.170.26318.6844.5453.33
HexBD539C038111A13f2d35
Octal27512323407021324775565
Binary1011110110100111001110001110001000111010100111111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD539C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD539C; }

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

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

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

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

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

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

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

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