#b919b2

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

Shades of Deep Magenta #B919B2

Tints of Deep Magenta #B919B2

Color information

#B919B2 (or 0xB919B2) is unknown color: approx Deep Magenta. HEX triplet: B9, 19 and B2. RGB value is (185,25,178). Sum of RGB (Red+Green+Blue) = 185+25+178=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 25 (10.16% from 255 or 6.44% from 388); Blue value is 178 (69.92% from 255 or 45.88% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B919B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B919B2 is #46E64D. Grayscale: #595959. Windows color (decimal): -4646478 or 11671993. OLE color: 11671993.

HSL color Cylindrical-coordinate representation of color #B919B2: hue angle of 302.62º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B919B2 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB18525178-
CMYK00.860.040.27
HSL302.62º76.19%41.18%-
HSV(B)302.62º86.49%72.55%-
XYZ28.3914.2243.37-
YUV90.28177.51195.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.68%
GREEN value IS 25 (10.16% from 255) = 6.44%
BLUE value IS 178 (69.92% from 255) = 45.88%
R=47.68%
G=6.44%
B=45.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1852517800.860.040.27302.6276.1941.18
HexB919B205641B12f4c29
Octal27131262012643345711451
Binary10111001110011011001001010110100110111001011111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b919b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b919b2; }

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

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

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

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

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

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

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

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