#BD529E

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

Shades of Mulberry #BD529E

Tints of Mulberry #BD529E

Color information

#BD529E (or 0xBD529E) is unknown color: approx Mulberry. HEX triplet: BD, 52 and 9E. RGB value is (189,82,158). Sum of RGB (Red+Green+Blue) = 189+82+158=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD529E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD529E is #42AD61. Grayscale: #7A7A7A. Windows color (decimal): -4369762 or 10375869. OLE color: 10375869.

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

Color convert

RGB18982158-
CMYK00.570.160.26
HSL317.38º44.77%53.14%-
HSV(B)317.38º56.61%74.12%-
XYZ30.1819.3234.49-
YUV122.66147.95175.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.06%
GREEN value IS 82 (32.42% from 255) = 19.11%
BLUE value IS 158 (62.11% from 255) = 36.83%
R=44.06%
G=19.11%
B=36.83%

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
Decimal1898215800.570.160.26317.3844.7753.14
HexBD529E039101A13d2d35
Octal27512223607120324755565
Binary1011110110100101001111001110011000011010100111101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD529E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD529E; }

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

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

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

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

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

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

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

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