#BD418F

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

Shades of Mulberry #BD418F

Tints of Mulberry #BD418F

Color information

#BD418F (or 0xBD418F) is unknown color: approx Mulberry. HEX triplet: BD, 41 and 8F. RGB value is (189,65,143). Sum of RGB (Red+Green+Blue) = 189+65+143=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD418F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD418F is #42BE70. Grayscale: #6E6E6E. Windows color (decimal): -4374129 or 9388477. OLE color: 9388477.

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

Color convert

RGB18965143-
CMYK00.660.240.26
HSL322.26º48.82%49.8%-
HSV(B)322.26º65.61%74.12%-
XYZ27.8316.5827.72-
YUV110.97146.08183.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.61%
GREEN value IS 65 (25.78% from 255) = 16.37%
BLUE value IS 143 (56.25% from 255) = 36.02%
R=47.61%
G=16.37%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896514300.660.240.26322.2648.8249.8
HexBD418F042181A1423132
Octal275101217010230325026162
Binary10111101100000110001111010000101100011010101000010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD418F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD418F; }

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

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

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

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

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

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

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

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