#BD528C

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

Shades of Mulberry #BD528C

Tints of Mulberry #BD528C

Color information

#BD528C (or 0xBD528C) is unknown color: approx Mulberry. HEX triplet: BD, 52 and 8C. RGB value is (189,82,140). Sum of RGB (Red+Green+Blue) = 189+82+140=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 82 (32.42% from 255 or 19.95% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD528C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD528C is #42AD73. Grayscale: #787878. Windows color (decimal): -4369780 or 9196221. OLE color: 9196221.

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

Color convert

RGB18982140-
CMYK00.570.260.26
HSL327.48º44.77%53.14%-
HSV(B)327.48º56.61%74.12%-
XYZ28.7418.7526.91-
YUV120.6138.95176.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.99%
GREEN value IS 82 (32.42% from 255) = 19.95%
BLUE value IS 140 (55.08% from 255) = 34.06%
R=45.99%
G=19.95%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898214000.570.260.26327.4844.7753.14
HexBD528C0391A1A1472d35
Octal27512221407132325075565
Binary1011110110100101000110001110011101011010101000111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD528C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD528C; }

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

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

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

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

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

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

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

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