Html Css Color HEX #B112AA Deep Magenta

📋 copy color: '#B112AA'

red 177 ◦ green 18 ◦ blue 170

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

Shades of Deep Magenta #B112AA

Tints of Deep Magenta #B112AA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.93%

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

R = 48.49%
G = 4.93%
B = 46.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B112AA (or 0xB112AA) is known color: Deep Magenta. HEX triplet: B1, 12 and AA. RGB value is (177,18,170). Sum of RGB (Red+Green+Blue) = 177+18+170=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B112AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B112AA is #4EED55. Grayscale: #525252. Windows color (decimal): -5172566 or 11145905. OLE color: 11145905.

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

Color convert

RGB 177 18 170 -
CMYK 0 0.90 0.04 0.31
HSL 302.64º 0.82% 0.38% -
HSV(B) 302.64º 0.9% 0.69% -
XYZ 25.6 12.68 39.13 -
YUV 82.87 177.18 195.14 -
System Red Green Blue C M Y K H S L
Decimal 177 18 170 0 0.90 0.04 0.31 302.64 0.82 0.38
Hex B1 12 AA 0 5A 4 1F 12F 52 26
Octal 261 22 252 0 132 4 37 457 122 46
Binary 10110001 10010 10101010 0 1011010 100 11111 100101111 1010010 100110

Color Harmonies of #B112AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B112AA

Black with #B112AA

Text Example


Text Example

White with #B112AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B112AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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