#B9419F

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

Shades of Mulberry #B9419F

Tints of Mulberry #B9419F

Color information

#B9419F (or 0xB9419F) is unknown color: approx Mulberry. HEX triplet: B9, 41 and 9F. RGB value is (185,65,159). Sum of RGB (Red+Green+Blue) = 185+65+159=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B9419F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9419F is #46BE60. Grayscale: #6F6F6F. Windows color (decimal): -4636257 or 10437049. OLE color: 10437049.

HSL color Cylindrical-coordinate representation of color #B9419F: hue angle of 313º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B9419F is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB18565159-
CMYK00.650.140.27
HSL313º48%49.02%-
HSV(B)313º64.86%72.55%-
XYZ28.1616.634.52-
YUV111.6154.76180.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.23%
GREEN value IS 65 (25.78% from 255) = 15.89%
BLUE value IS 159 (62.5% from 255) = 38.88%
R=45.23%
G=15.89%
B=38.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856515900.650.140.273134849.02
HexB9419F041E1B1393031
Octal271101237010116334716061
Binary1011100110000011001111101000001111011011100111001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9419F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9419F; }

 p { color: rgb(185,65,159); }

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

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

 a { background-color: rgb(185,65,159); }

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

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

 span { border-color: rgb(185,65,159); }

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