#b819bf

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

Shades of Deep Magenta #B819BF

Tints of Deep Magenta #B819BF

Color information

#B819BF (or 0xB819BF) is unknown color: approx Deep Magenta. HEX triplet: B8, 19 and BF. RGB value is (184,25,191). Sum of RGB (Red+Green+Blue) = 184+25+191=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 25 (10.16% from 255 or 6.25% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #B819BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B819BF is #47E640. Grayscale: #5A5A5A. Windows color (decimal): -4712001 or 12523960. OLE color: 12523960.

HSL color Cylindrical-coordinate representation of color #B819BF: hue angle of 297.47º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B819BF is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18425191-
CMYK0.040.8700.25
HSL297.47º76.85%42.35%-
HSV(B)297.47º86.91%74.9%-
XYZ29.5214.6550.56-
YUV91.46184.18194-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46%
GREEN value IS 25 (10.16% from 255) = 6.25%
BLUE value IS 191 (75% from 255) = 47.75%
R=46%
G=6.25%
B=47.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184251910.040.8700.25297.4776.8542.35
HexB819BF4570191294d2a
Octal27031277412703145111552
Binary10111000110011011111110010101110110011001010011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b819bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b819bf; }

 p { color: rgb(184,25,191); }

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

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

 a { background-color: rgb(184,25,191); }

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

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

 span { border-color: rgb(184,25,191); }

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