Html Css Color HEX #B31FAC Deep Magenta

📋 copy color: '#B31FAC'

red 179 ◦ green 31 ◦ blue 172

#B31FAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #B31FAC

Tints of Deep Magenta #B31FAC

RGB

 RED value IS 179 (70.31% from 255) = 46.86%

 GREEN value IS 31 (12.5% from 255) = 8.12%

 BLUE value IS 172 (67.58% from 255) = 45.03%

R = 46.86%
G = 8.12%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B31FAC (or 0xB31FAC) is known color: Deep Magenta. HEX triplet: B3, 1F and AC. RGB value is (179,31,172). Sum of RGB (Red+Green+Blue) = 179+31+172=382 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.86% from 382); Green value is 31 (12.5% from 255 or 8.12% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 179 - color contains mainly: red. Hex color #B31FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31FAC is #4CE053. Grayscale: #5A5A5A. Windows color (decimal): -5038164 or 11280307. OLE color: 11280307.

HSL color Cylindrical-coordinate representation of color #B31FAC: hue angle of 302.84º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B31FAC is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 31 172 -
CMYK 0 0.83 0.04 0.30
HSL 302.84º 0.7% 0.41% -
HSV(B) 302.84º 0.83% 0.7% -
XYZ 26.53 13.54 40.25 -
YUV 91.33 173.53 190.54 -
System Red Green Blue C M Y K H S L
Decimal 179 31 172 0 0.83 0.04 0.30 302.84 0.7 0.41
Hex B3 1F AC 0 53 4 1E 12F 46 29
Octal 263 37 254 0 123 4 36 457 106 51
Binary 10110011 11111 10101100 0 1010011 100 11110 100101111 1000110 101001

Color Harmonies of #B31FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31FAC

Black with #B31FAC

Text Example


Text Example

White with #B31FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31FAC; }

 p { color: rgb(179,31,172); }

 H1.HeaderClassName
 {
   color: #B31FAC;
 }
 .AnyTagClassName
 {
   color: #B31FAC;
 }
</style>

background-color css

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

 a { background-color: rgb(179,31,172); }

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

border-color css

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

 span { border-color: rgb(179,31,172); }

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