#BD518F

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

Shades of Mulberry #BD518F

Tints of Mulberry #BD518F

Color information

#BD518F (or 0xBD518F) is unknown color: approx Mulberry. HEX triplet: BD, 51 and 8F. RGB value is (189,81,143). Sum of RGB (Red+Green+Blue) = 189+81+143=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 143 (56.25% from 255 or 34.62% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD518F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD518F is #42AE70. Grayscale: #787878. Windows color (decimal): -4370033 or 9392573. OLE color: 9392573.

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

Color convert

RGB18981143-
CMYK00.570.240.26
HSL325.56º45%52.94%-
HSV(B)325.56º57.14%74.12%-
XYZ28.8918.6928.07-
YUV120.36140.78176.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.76%
GREEN value IS 81 (32.03% from 255) = 19.61%
BLUE value IS 143 (56.25% from 255) = 34.62%
R=45.76%
G=19.61%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898114300.570.240.26325.564552.94
HexBD518F039181A1462d35
Octal27512121707130325065565
Binary1011110110100011000111101110011100011010101000110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD518F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD518F; }

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

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

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

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

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

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

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

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