#BD489D

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

Shades of Mulberry #BD489D

Tints of Mulberry #BD489D

Color information

#BD489D (or 0xBD489D) is unknown color: approx Mulberry. HEX triplet: BD, 48 and 9D. RGB value is (189,72,157). Sum of RGB (Red+Green+Blue) = 189+72+157=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 72 (28.52% from 255 or 17.22% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD489D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD489D is #42B762. Grayscale: #747474. Windows color (decimal): -4372323 or 10307773. OLE color: 10307773.

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

Color convert

RGB18972157-
CMYK00.620.170.26
HSL316.41º46.99%51.18%-
HSV(B)316.41º61.9%74.12%-
XYZ29.3917.8933.8-
YUV116.67150.76179.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.22%
GREEN value IS 72 (28.52% from 255) = 17.22%
BLUE value IS 157 (61.72% from 255) = 37.56%
R=45.22%
G=17.22%
B=37.56%

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
Decimal1897215700.620.170.26316.4146.9951.18
HexBD489D03E111A13c2f33
Octal27511023507621324745763
Binary1011110110010001001110101111101000111010100111100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD489D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD489D; }

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

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

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

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

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

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

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

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