#B919B6

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

Shades of Deep Magenta #B919B6

Tints of Deep Magenta #B919B6

Color information

#B919B6 (or 0xB919B6) is unknown color: approx Deep Magenta. HEX triplet: B9, 19 and B6. RGB value is (185,25,182). Sum of RGB (Red+Green+Blue) = 185+25+182=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 25 (10.16% from 255 or 6.38% from 392); Blue value is 182 (71.48% from 255 or 46.43% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B919B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B919B6 is #46E649. Grayscale: #5A5A5A. Windows color (decimal): -4646474 or 11934137. OLE color: 11934137.

HSL color Cylindrical-coordinate representation of color #B919B6: hue angle of 301.12º 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 #B919B6 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB18525182-
CMYK00.860.020.27
HSL301.12º76.19%41.18%-
HSV(B)301.12º86.49%72.55%-
XYZ28.814.3945.52-
YUV90.74179.51195.23-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.19%
GREEN value IS 25 (10.16% from 255) = 6.38%
BLUE value IS 182 (71.48% from 255) = 46.43%
R=47.19%
G=6.38%
B=46.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1852518200.860.020.27301.1276.1941.18
HexB919B605621B12d4c29
Octal27131266012623345511451
Binary1011100111001101101100101011010110111001011011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B919B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B919B6; }

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

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

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

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

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

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

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

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