Html Css Color HEX #B311AF Deep Magenta

📋 copy color: '#B311AF'

red 179 ◦ green 17 ◦ blue 175

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

Shades of Deep Magenta #B311AF

Tints of Deep Magenta #B311AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.17%

R = 48.25%
G = 4.58%
B = 47.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B311AF (or 0xB311AF) is known color: Deep Magenta. HEX triplet: B3, 11 and AF. RGB value is (179,17,175). Sum of RGB (Red+Green+Blue) = 179+17+175=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 17 (7.03% from 255 or 4.58% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 179 - color contains mainly: red. Hex color #B311AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B311AF is #4CEE50. Grayscale: #525252. Windows color (decimal): -5041745 or 11473331. OLE color: 11473331.

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

Color convert

RGB 179 17 175 -
CMYK 0 0.91 0.02 0.30
HSL 301.48º 0.83% 0.38% -
HSV(B) 301.48º 0.91% 0.7% -
XYZ 26.53 13.08 41.68 -
YUV 83.45 179.67 196.15 -
System Red Green Blue C M Y K H S L
Decimal 179 17 175 0 0.91 0.02 0.30 301.48 0.83 0.38
Hex B3 11 AF 0 5B 2 1E 12D 53 26
Octal 263 21 257 0 133 2 36 455 123 46
Binary 10110011 10001 10101111 0 1011011 10 11110 100101101 1010011 100110

Color Harmonies of #B311AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B311AF

Black with #B311AF

Text Example


Text Example

White with #B311AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B311AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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