#BD418E

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

Shades of Mulberry #BD418E

Tints of Mulberry #BD418E

Color information

#BD418E (or 0xBD418E) is unknown color: approx Mulberry. HEX triplet: BD, 41 and 8E. RGB value is (189,65,142). Sum of RGB (Red+Green+Blue) = 189+65+142=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD418E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD418E is #42BE71. Grayscale: #6E6E6E. Windows color (decimal): -4374130 or 9322941. OLE color: 9322941.

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

Color convert

RGB18965142-
CMYK00.660.250.26
HSL322.74º48.82%49.8%-
HSV(B)322.74º65.61%74.12%-
XYZ27.7616.5527.32-
YUV110.85145.58183.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.73%
GREEN value IS 65 (25.78% from 255) = 16.41%
BLUE value IS 142 (55.86% from 255) = 35.86%
R=47.73%
G=16.41%
B=35.86%

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
Decimal1896514200.660.250.26322.7448.8249.8
HexBD418E042191A1433132
Octal275101216010231325036162
Binary10111101100000110001110010000101100111010101000011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD418E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD418E; }

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

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

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

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

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

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

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

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