Html Css Color HEX #B311AC Deep Magenta

📋 copy color: '#B311AC'

red 179 ◦ green 17 ◦ blue 172

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

Shades of Deep Magenta #B311AC

Tints of Deep Magenta #B311AC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.62%

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

R = 48.64%
G = 4.62%
B = 46.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B311AC (or 0xB311AC) is known color: Deep Magenta. HEX triplet: B3, 11 and AC. RGB value is (179,17,172). Sum of RGB (Red+Green+Blue) = 179+17+172=368 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.64% from 368); Green value is 17 (7.03% from 255 or 4.62% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 179 - color contains mainly: red. Hex color #B311AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B311AC is #4CEE53. Grayscale: #525252. Windows color (decimal): -5041748 or 11276723. OLE color: 11276723.

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

Color convert

RGB 179 17 172 -
CMYK 0 0.91 0.04 0.30
HSL 302.59º 0.83% 0.38% -
HSV(B) 302.59º 0.91% 0.7% -
XYZ 26.24 12.96 40.15 -
YUV 83.11 178.17 196.4 -
System Red Green Blue C M Y K H S L
Decimal 179 17 172 0 0.91 0.04 0.30 302.59 0.83 0.38
Hex B3 11 AC 0 5B 4 1E 12F 53 26
Octal 263 21 254 0 133 4 36 457 123 46
Binary 10110011 10001 10101100 0 1011011 100 11110 100101111 1010011 100110

Color Harmonies of #B311AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B311AC

Black with #B311AC

Text Example


Text Example

White with #B311AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B311AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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