Html Css Color HEX #B11FAE Deep Magenta

📋 copy color: '#B11FAE'

red 177 ◦ green 31 ◦ blue 174

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

Shades of Deep Magenta #B11FAE

Tints of Deep Magenta #B11FAE

RGB

 RED value IS 177 (69.53% from 255) = 46.34%

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

 BLUE value IS 174 (68.36% from 255) = 45.55%

R = 46.34%
G = 8.12%
B = 45.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B11FAE (or 0xB11FAE) is known color: Deep Magenta. HEX triplet: B1, 1F and AE. RGB value is (177,31,174). Sum of RGB (Red+Green+Blue) = 177+31+174=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 31 (12.5% from 255 or 8.12% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B11FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11FAE is #4EE051. Grayscale: #5A5A5A. Windows color (decimal): -5169234 or 11411377. OLE color: 11411377.

HSL color Cylindrical-coordinate representation of color #B11FAE: hue angle of 301.23º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B11FAE is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 31 174 -
CMYK 0 0.82 0.02 0.31
HSL 301.23º 0.7% 0.41% -
HSV(B) 301.23º 0.82% 0.69% -
XYZ 26.26 13.38 41.24 -
YUV 90.96 174.87 189.37 -
System Red Green Blue C M Y K H S L
Decimal 177 31 174 0 0.82 0.02 0.31 301.23 0.7 0.41
Hex B1 1F AE 0 52 2 1F 12D 46 29
Octal 261 37 256 0 122 2 37 455 106 51
Binary 10110001 11111 10101110 0 1010010 10 11111 100101101 1000110 101001

Color Harmonies of #B11FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11FAE

Black with #B11FAE

Text Example


Text Example

White with #B11FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11FAE; }

 p { color: rgb(177,31,174); }

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

background-color css

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

 a { background-color: rgb(177,31,174); }

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

border-color css

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

 span { border-color: rgb(177,31,174); }

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