#BD409E

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

Shades of Mulberry #BD409E

Tints of Mulberry #BD409E

Color information

#BD409E (or 0xBD409E) is unknown color: approx Mulberry. HEX triplet: BD, 40 and 9E. RGB value is (189,64,158). Sum of RGB (Red+Green+Blue) = 189+64+158=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 64 (25.39% from 255 or 15.57% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD409E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD409E is #42BF61. Grayscale: #6F6F6F. Windows color (decimal): -4374370 or 10371261. OLE color: 10371261.

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

Color convert

RGB18964158-
CMYK00.660.160.26
HSL314.88º49.41%49.61%-
HSV(B)314.88º66.14%74.12%-
XYZ28.9916.9534.09-
YUV112.09153.91182.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.99%
GREEN value IS 64 (25.39% from 255) = 15.57%
BLUE value IS 158 (62.11% from 255) = 38.44%
R=45.99%
G=15.57%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896415800.660.160.26314.8849.4149.61
HexBD409E042101A13b3132
Octal275100236010220324736162
Binary10111101100000010011110010000101000011010100111011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD409E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD409E; }

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

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

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

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

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

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

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

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