#B319C1

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

Shades of Deep Magenta #B319C1

Tints of Deep Magenta #B319C1

Color information

#B319C1 (or 0xB319C1) is unknown color: approx Deep Magenta. HEX triplet: B3, 19 and C1. RGB value is (179,25,193). Sum of RGB (Red+Green+Blue) = 179+25+193=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 193 (75.78% from 255 or 48.61% from 397); Max value from RGB is 193 - color contains mainly: blue. Hex color #B319C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B319C1 is #4CE63E. Grayscale: #595959. Windows color (decimal): -5039679 or 12655027. OLE color: 12655027.

HSL color Cylindrical-coordinate representation of color #B319C1: hue angle of 295º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B319C1 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17925193-
CMYK0.070.8700.24
HSL295º77.06%42.75%-
HSV(B)295º87.05%75.69%-
XYZ28.5614.1351.67-
YUV90.2186.02191.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.09%
GREEN value IS 25 (10.16% from 255) = 6.30%
BLUE value IS 193 (75.78% from 255) = 48.61%
R=45.09%
G=6.30%
B=48.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal179251930.070.8700.2429577.0642.75
HexB319C17570181274d2b
Octal26331301712703044711553
Binary10110011110011100000111110101110110001001001111001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B319C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B319C1; }

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

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

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

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

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

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

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

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