#BD408D

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

Shades of Mulberry #BD408D

Tints of Mulberry #BD408D

Color information

#BD408D (or 0xBD408D) is unknown color: approx Mulberry. HEX triplet: BD, 40 and 8D. RGB value is (189,64,141). Sum of RGB (Red+Green+Blue) = 189+64+141=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD408D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD408D is #42BF72. Grayscale: #6D6D6D. Windows color (decimal): -4374387 or 9257149. OLE color: 9257149.

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

Color convert

RGB18964141-
CMYK00.660.250.26
HSL323.04º49.41%49.61%-
HSV(B)323.04º66.14%74.12%-
XYZ27.6316.4126.91-
YUV110.15145.41184.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.97%
GREEN value IS 64 (25.39% from 255) = 16.24%
BLUE value IS 141 (55.47% from 255) = 35.79%
R=47.97%
G=16.24%
B=35.79%

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
Decimal1896414100.660.250.26323.0449.4149.61
HexBD408D042191A1433132
Octal275100215010231325036162
Binary10111101100000010001101010000101100111010101000011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD408D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD408D; }

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

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

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

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

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

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

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

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