#bd479b

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

Shades of Mulberry #BD479B

Tints of Mulberry #BD479B

Color information

#BD479B (or 0xBD479B) is unknown color: approx Mulberry. HEX triplet: BD, 47 and 9B. RGB value is (189,71,155). Sum of RGB (Red+Green+Blue) = 189+71+155=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 71 (28.12% from 255 or 17.11% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BD479B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD479B is #42B864. Grayscale: #737373. Windows color (decimal): -4372581 or 10176445. OLE color: 10176445.

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

Color convert

RGB18971155-
CMYK00.620.180.26
HSL317.29º47.2%50.98%-
HSV(B)317.29º62.43%74.12%-
XYZ29.1617.6932.89-
YUV115.86150.09180.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.54%
GREEN value IS 71 (28.12% from 255) = 17.11%
BLUE value IS 155 (60.94% from 255) = 37.35%
R=45.54%
G=17.11%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897115500.620.180.26317.2947.250.98
HexBD479B03E121A13d2f33
Octal27510723307622324755763
Binary1011110110001111001101101111101001011010100111101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd479b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd479b; }

 p { color: rgb(189,71,155); }

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

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

 a { background-color: rgb(189,71,155); }

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

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

 span { border-color: rgb(189,71,155); }

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