#B8419D

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

Shades of Mulberry #B8419D

Tints of Mulberry #B8419D

Color information

#B8419D (or 0xB8419D) is unknown color: approx Mulberry. HEX triplet: B8, 41 and 9D. RGB value is (184,65,157). Sum of RGB (Red+Green+Blue) = 184+65+157=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B8419D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8419D is #47BE62. Grayscale: #6E6E6E. Windows color (decimal): -4701795 or 10305976. OLE color: 10305976.

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

Color convert

RGB18465157-
CMYK00.650.150.28
HSL313.61º47.79%48.82%-
HSV(B)313.61º64.67%72.16%-
XYZ27.7416.4133.6-
YUV111.07153.92180.02-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.32%
GREEN value IS 65 (25.78% from 255) = 16.01%
BLUE value IS 157 (61.72% from 255) = 38.67%
R=45.32%
G=16.01%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846515700.650.150.28313.6147.7948.82
HexB8419D041F1C13a3031
Octal270101235010117344726061
Binary1011100010000011001110101000001111111100100111010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8419D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8419D; }

 p { color: rgb(184,65,157); }

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

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

 a { background-color: rgb(184,65,157); }

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

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

 span { border-color: rgb(184,65,157); }

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