#BD518B

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

Shades of Mulberry #BD518B

Tints of Mulberry #BD518B

Color information

#BD518B (or 0xBD518B) is unknown color: approx Mulberry. HEX triplet: BD, 51 and 8B. RGB value is (189,81,139). Sum of RGB (Red+Green+Blue) = 189+81+139=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BD518B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD518B is #42AE74. Grayscale: #777777. Windows color (decimal): -4370037 or 9130429. OLE color: 9130429.

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

Color convert

RGB18981139-
CMYK00.570.260.26
HSL327.78º45%52.94%-
HSV(B)327.78º57.14%74.12%-
XYZ28.5918.5726.5-
YUV119.9138.78177.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.21%
GREEN value IS 81 (32.03% from 255) = 19.80%
BLUE value IS 139 (54.69% from 255) = 33.99%
R=46.21%
G=19.80%
B=33.99%

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
Decimal1898113900.570.260.26327.784552.94
HexBD518B0391A1A1482d35
Octal27512121307132325105565
Binary1011110110100011000101101110011101011010101001000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD518B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD518B; }

 p { color: rgb(189,81,139); }

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

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

 a { background-color: rgb(189,81,139); }

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

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

 span { border-color: rgb(189,81,139); }

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