#BD529B

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

Shades of Mulberry #BD529B

Tints of Mulberry #BD529B

Color information

#BD529B (or 0xBD529B) is unknown color: approx Mulberry. HEX triplet: BD, 52 and 9B. RGB value is (189,82,155). Sum of RGB (Red+Green+Blue) = 189+82+155=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BD529B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD529B is #42AD64. Grayscale: #7A7A7A. Windows color (decimal): -4369765 or 10179261. OLE color: 10179261.

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

Color convert

RGB18982155-
CMYK00.570.180.26
HSL319.07º44.77%53.14%-
HSV(B)319.07º56.61%74.12%-
XYZ29.9219.2233.14-
YUV122.32146.45175.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.37%
GREEN value IS 82 (32.42% from 255) = 19.25%
BLUE value IS 155 (60.94% from 255) = 36.38%
R=44.37%
G=19.25%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898215500.570.180.26319.0744.7753.14
HexBD529B039121A13f2d35
Octal27512223307122324775565
Binary1011110110100101001101101110011001011010100111111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD529B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD529B; }

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

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

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

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

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

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

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

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