Html Css Color HEX #B110AA Deep Magenta

📋 copy color: '#B110AA'

red 177 ◦ green 16 ◦ blue 170

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

Shades of Deep Magenta #B110AA

Tints of Deep Magenta #B110AA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.41%

 BLUE value IS 170 (66.8% from 255) = 46.83%

R = 48.76%
G = 4.41%
B = 46.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B110AA (or 0xB110AA) is known color: Deep Magenta. HEX triplet: B1, 10 and AA. RGB value is (177,16,170). Sum of RGB (Red+Green+Blue) = 177+16+170=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B110AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B110AA is #4EEF55. Grayscale: #515151. Windows color (decimal): -5173078 or 11145393. OLE color: 11145393.

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

Color convert

RGB 177 16 170 -
CMYK 0 0.91 0.04 0.31
HSL 302.61º 0.83% 0.38% -
HSV(B) 302.61º 0.91% 0.69% -
XYZ 25.57 12.62 39.12 -
YUV 81.7 177.84 195.98 -
System Red Green Blue C M Y K H S L
Decimal 177 16 170 0 0.91 0.04 0.31 302.61 0.83 0.38
Hex B1 10 AA 0 5B 4 1F 12F 53 26
Octal 261 20 252 0 133 4 37 457 123 46
Binary 10110001 10000 10101010 0 1011011 100 11111 100101111 1010011 100110

Color Harmonies of #B110AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B110AA

Black with #B110AA

Text Example


Text Example

White with #B110AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B110AA; }

 p { color: rgb(177,16,170); }

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

background-color css

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

 a { background-color: rgb(177,16,170); }

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

border-color css

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

 span { border-color: rgb(177,16,170); }

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