#BD529F

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

Shades of Mulberry #BD529F

Tints of Mulberry #BD529F

Color information

#BD529F (or 0xBD529F) is unknown color: approx Mulberry. HEX triplet: BD, 52 and 9F. RGB value is (189,82,159). Sum of RGB (Red+Green+Blue) = 189+82+159=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD529F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD529F is #42AD60. Grayscale: #7A7A7A. Windows color (decimal): -4369761 or 10441405. OLE color: 10441405.

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

Color convert

RGB18982159-
CMYK00.570.160.26
HSL316.82º44.77%53.14%-
HSV(B)316.82º56.61%74.12%-
XYZ30.2619.3634.94-
YUV122.77148.45175.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.95%
GREEN value IS 82 (32.42% from 255) = 19.07%
BLUE value IS 159 (62.5% from 255) = 36.98%
R=43.95%
G=19.07%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898215900.570.160.26316.8244.7753.14
HexBD529F039101A13d2d35
Octal27512223707120324755565
Binary1011110110100101001111101110011000011010100111101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD529F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD529F; }

 p { color: rgb(189,82,159); }

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

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

 a { background-color: rgb(189,82,159); }

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

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

 span { border-color: rgb(189,82,159); }

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