#BD409B

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

Shades of Mulberry #BD409B

Tints of Mulberry #BD409B

Color information

#BD409B (or 0xBD409B) is unknown color: approx Mulberry. HEX triplet: BD, 40 and 9B. RGB value is (189,64,155). Sum of RGB (Red+Green+Blue) = 189+64+155=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD409B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD409B is #42BF64. Grayscale: #6F6F6F. Windows color (decimal): -4374373 or 10174653. OLE color: 10174653.

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

Color convert

RGB18964155-
CMYK00.660.180.26
HSL316.32º49.41%49.61%-
HSV(B)316.32º66.14%74.12%-
XYZ28.7416.8532.75-
YUV111.75152.41183.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.32%
GREEN value IS 64 (25.39% from 255) = 15.69%
BLUE value IS 155 (60.94% from 255) = 37.99%
R=46.32%
G=15.69%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896415500.660.180.26316.3249.4149.61
HexBD409B042121A13c3132
Octal275100233010222324746162
Binary10111101100000010011011010000101001011010100111100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD409B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD409B; }

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

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

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

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

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

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

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

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