#BD489F

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

Shades of Mulberry #BD489F

Tints of Mulberry #BD489F

Color information

#BD489F (or 0xBD489F) is unknown color: approx Mulberry. HEX triplet: BD, 48 and 9F. RGB value is (189,72,159). Sum of RGB (Red+Green+Blue) = 189+72+159=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 72 (28.52% from 255 or 17.14% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BD489F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD489F is #42B760. Grayscale: #747474. Windows color (decimal): -4372321 or 10438845. OLE color: 10438845.

HSL color Cylindrical-coordinate representation of color #BD489F: hue angle of 315.38º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD489F is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB18972159-
CMYK00.620.160.26
HSL315.38º46.99%51.18%-
HSV(B)315.38º61.9%74.12%-
XYZ29.5617.9634.71-
YUV116.9151.76179.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45%
GREEN value IS 72 (28.52% from 255) = 17.14%
BLUE value IS 159 (62.5% from 255) = 37.86%
R=45%
G=17.14%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897215900.620.160.26315.3846.9951.18
HexBD489F03E101A13b2f33
Octal27511023707620324735763
Binary1011110110010001001111101111101000011010100111011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD489F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD489F; }

 p { color: rgb(189,72,159); }

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

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

 a { background-color: rgb(189,72,159); }

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

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

 span { border-color: rgb(189,72,159); }

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