#BD518C

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

Shades of Mulberry #BD518C

Tints of Mulberry #BD518C

Color information

#BD518C (or 0xBD518C) is unknown color: approx Mulberry. HEX triplet: BD, 51 and 8C. RGB value is (189,81,140). Sum of RGB (Red+Green+Blue) = 189+81+140=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 81 (32.03% from 255 or 19.76% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD518C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD518C is #42AE73. Grayscale: #777777. Windows color (decimal): -4370036 or 9195965. OLE color: 9195965.

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

Color convert

RGB18981140-
CMYK00.570.260.26
HSL327.22º45%52.94%-
HSV(B)327.22º57.14%74.12%-
XYZ28.6618.626.89-
YUV120.02139.28177.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.10%
GREEN value IS 81 (32.03% from 255) = 19.76%
BLUE value IS 140 (55.08% from 255) = 34.15%
R=46.10%
G=19.76%
B=34.15%

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
Decimal1898114000.570.260.26327.224552.94
HexBD518C0391A1A1472d35
Octal27512121407132325075565
Binary1011110110100011000110001110011101011010101000111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD518C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD518C; }

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

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

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

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

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

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

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

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