#BD559B

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

Shades of Mulberry #BD559B

Tints of Mulberry #BD559B

Color information

#BD559B (or 0xBD559B) is unknown color: approx Mulberry. HEX triplet: BD, 55 and 9B. RGB value is (189,85,155). Sum of RGB (Red+Green+Blue) = 189+85+155=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD559B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD559B is #42AA64. Grayscale: #7B7B7B. Windows color (decimal): -4368997 or 10180029. OLE color: 10180029.

HSL color Cylindrical-coordinate representation of color #BD559B: hue angle of 319.62º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD559B is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB18985155-
CMYK00.550.180.26
HSL319.62º44.07%53.73%-
HSV(B)319.62º55.03%74.12%-
XYZ30.1519.6833.22-
YUV124.08145.46174.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.06%
GREEN value IS 85 (33.59% from 255) = 19.81%
BLUE value IS 155 (60.94% from 255) = 36.13%
R=44.06%
G=19.81%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898515500.550.180.26319.6244.0753.73
HexBD559B037121A1402c36
Octal27512523306722325005466
Binary1011110110101011001101101101111001011010101000000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD559B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD559B; }

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

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

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

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

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

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

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

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