#B8419E

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

Shades of Mulberry #B8419E

Tints of Mulberry #B8419E

Color information

#B8419E (or 0xB8419E) is unknown color: approx Mulberry. HEX triplet: B8, 41 and 9E. RGB value is (184,65,158). Sum of RGB (Red+Green+Blue) = 184+65+158=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 158 (62.11% from 255 or 38.82% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B8419E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8419E is #47BE61. Grayscale: #6E6E6E. Windows color (decimal): -4701794 or 10371512. OLE color: 10371512.

HSL color Cylindrical-coordinate representation of color #B8419E: hue angle of 313.11º 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 #B8419E is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB18465158-
CMYK00.650.140.28
HSL313.11º47.79%48.82%-
HSV(B)313.11º64.67%72.16%-
XYZ27.8316.4434.05-
YUV111.18154.42179.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.21%
GREEN value IS 65 (25.78% from 255) = 15.97%
BLUE value IS 158 (62.11% from 255) = 38.82%
R=45.21%
G=15.97%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846515800.650.140.28313.1147.7948.82
HexB8419E041E1C1393031
Octal270101236010116344716061
Binary1011100010000011001111001000001111011100100111001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8419E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8419E; }

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

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

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

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

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

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

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

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