#BD409F

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

Shades of Mulberry #BD409F

Tints of Mulberry #BD409F

Color information

#BD409F (or 0xBD409F) is unknown color: approx Mulberry. HEX triplet: BD, 40 and 9F. RGB value is (189,64,159). Sum of RGB (Red+Green+Blue) = 189+64+159=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BD409F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD409F is #42BF60. Grayscale: #6F6F6F. Windows color (decimal): -4374369 or 10436797. OLE color: 10436797.

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

Color convert

RGB18964159-
CMYK00.660.160.26
HSL314.4º49.41%49.61%-
HSV(B)314.4º66.14%74.12%-
XYZ29.0816.9934.55-
YUV112.2154.41182.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.87%
GREEN value IS 64 (25.39% from 255) = 15.53%
BLUE value IS 159 (62.5% from 255) = 38.59%
R=45.87%
G=15.53%
B=38.59%

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
Decimal1896415900.660.160.26314.449.4149.61
HexBD409F042101A13a3132
Octal275100237010220324726162
Binary10111101100000010011111010000101000011010100111010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD409F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD409F; }

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

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

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

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

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

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

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

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