#B919BF

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

Shades of Deep Magenta #B919BF

Tints of Deep Magenta #B919BF

Color information

#B919BF (or 0xB919BF) is unknown color: approx Deep Magenta. HEX triplet: B9, 19 and BF. RGB value is (185,25,191). Sum of RGB (Red+Green+Blue) = 185+25+191=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 25 (10.16% from 255 or 6.23% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #B919BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B919BF is #46E640. Grayscale: #5B5B5B. Windows color (decimal): -4646465 or 12523961. OLE color: 12523961.

HSL color Cylindrical-coordinate representation of color #B919BF: hue angle of 297.83º 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 #B919BF is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18525191-
CMYK0.030.8700.25
HSL297.83º76.85%42.35%-
HSV(B)297.83º86.91%74.9%-
XYZ29.7614.7750.57-
YUV91.76184.01194.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.13%
GREEN value IS 25 (10.16% from 255) = 6.23%
BLUE value IS 191 (75% from 255) = 47.63%
R=46.13%
G=6.23%
B=47.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185251910.030.8700.25297.8376.8542.35
HexB919BF35701912a4d2a
Octal27131277312703145211552
Binary1011100111001101111111110101110110011001010101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B919BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B919BF; }

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

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

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

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

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

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

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

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