#BD489C

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

Shades of Mulberry #BD489C

Tints of Mulberry #BD489C

Color information

#BD489C (or 0xBD489C) is unknown color: approx Mulberry. HEX triplet: BD, 48 and 9C. RGB value is (189,72,156). Sum of RGB (Red+Green+Blue) = 189+72+156=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 72 (28.52% from 255 or 17.27% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD489C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD489C is #42B763. Grayscale: #747474. Windows color (decimal): -4372324 or 10242237. OLE color: 10242237.

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

Color convert

RGB18972156-
CMYK00.620.170.26
HSL316.92º46.99%51.18%-
HSV(B)316.92º61.9%74.12%-
XYZ29.317.8533.35-
YUV116.56150.26179.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.32%
GREEN value IS 72 (28.52% from 255) = 17.27%
BLUE value IS 156 (61.33% from 255) = 37.41%
R=45.32%
G=17.27%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897215600.620.170.26316.9246.9951.18
HexBD489C03E111A13d2f33
Octal27511023407621324755763
Binary1011110110010001001110001111101000111010100111101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD489C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD489C; }

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

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

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

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

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

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

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

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