#BD40A0

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

Shades of Mulberry #BD40A0

Tints of Mulberry #BD40A0

Color information

#BD40A0 (or 0xBD40A0) is unknown color: approx Mulberry. HEX triplet: BD, 40 and A0. RGB value is (189,64,160). Sum of RGB (Red+Green+Blue) = 189+64+160=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD40A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD40A0 is #42BF5F. Grayscale: #707070. Windows color (decimal): -4374368 or 10502333. OLE color: 10502333.

HSL color Cylindrical-coordinate representation of color #BD40A0: hue angle of 313.92º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD40A0 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB18964160-
CMYK00.660.150.26
HSL313.92º49.41%49.61%-
HSV(B)313.92º66.14%74.12%-
XYZ29.1617.0235.01-
YUV112.32154.91182.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.76%
GREEN value IS 64 (25.39% from 255) = 15.50%
BLUE value IS 160 (62.89% from 255) = 38.74%
R=45.76%
G=15.50%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896416000.660.150.26313.9249.4149.61
HexBD40A0042F1A13a3132
Octal275100240010217324726162
Binary1011110110000001010000001000010111111010100111010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD40A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD40A0; }

 p { color: rgb(189,64,160); }

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

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

 a { background-color: rgb(189,64,160); }

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

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

 span { border-color: rgb(189,64,160); }

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