#B319C9

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

Shades of Deep Magenta #B319C9

Tints of Deep Magenta #B319C9

Color information

#B319C9 (or 0xB319C9) is unknown color: approx Deep Magenta. HEX triplet: B3, 19 and C9. RGB value is (179,25,201). Sum of RGB (Red+Green+Blue) = 179+25+201=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 25 (10.16% from 255 or 6.17% from 405); Blue value is 201 (78.91% from 255 or 49.63% from 405); Max value from RGB is 201 - color contains mainly: blue. Hex color #B319C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B319C9 is #4CE636. Grayscale: #5A5A5A. Windows color (decimal): -5039671 or 13179315. OLE color: 13179315.

HSL color Cylindrical-coordinate representation of color #B319C9: hue angle of 292.5º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B319C9 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17925201-
CMYK0.110.8800.21
HSL292.5º77.88%44.31%-
HSV(B)292.5º87.56%78.82%-
XYZ29.4814.556.5-
YUV91.11190.02190.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.20%
GREEN value IS 25 (10.16% from 255) = 6.17%
BLUE value IS 201 (78.91% from 255) = 49.63%
R=44.20%
G=6.17%
B=49.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal179252010.110.8800.21292.577.8844.31
HexB319C9B580151244e2c
Octal263313111313002544411654
Binary101100111100111001001101110110000101011001001001001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B319C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B319C9; }

 p { color: rgb(179,25,201); }

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

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

 a { background-color: rgb(179,25,201); }

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

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

 span { border-color: rgb(179,25,201); }

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