#BD408E

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

Shades of Mulberry #BD408E

Tints of Mulberry #BD408E

Color information

#BD408E (or 0xBD408E) is unknown color: approx Mulberry. HEX triplet: BD, 40 and 8E. RGB value is (189,64,142). Sum of RGB (Red+Green+Blue) = 189+64+142=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD408E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD408E is #42BF71. Grayscale: #6E6E6E. Windows color (decimal): -4374386 or 9322685. OLE color: 9322685.

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

Color convert

RGB18964142-
CMYK00.660.250.26
HSL322.56º49.41%49.61%-
HSV(B)322.56º66.14%74.12%-
XYZ27.716.4427.3-
YUV110.27145.91184.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.85%
GREEN value IS 64 (25.39% from 255) = 16.20%
BLUE value IS 142 (55.86% from 255) = 35.95%
R=47.85%
G=16.20%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896414200.660.250.26322.5649.4149.61
HexBD408E042191A1433132
Octal275100216010231325036162
Binary10111101100000010001110010000101100111010101000011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD408E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD408E; }

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

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

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

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

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

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

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

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