Html Css Color HEX #B112AF Deep Magenta

📋 copy color: '#B112AF'

red 177 ◦ green 18 ◦ blue 175

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

Shades of Deep Magenta #B112AF

Tints of Deep Magenta #B112AF

RGB

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

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

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

R = 47.84%
G = 4.86%
B = 47.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B112AF (or 0xB112AF) is known color: Deep Magenta. HEX triplet: B1, 12 and AF. RGB value is (177,18,175). Sum of RGB (Red+Green+Blue) = 177+18+175=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 18 (7.42% from 255 or 4.86% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B112AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B112AF is #4EED50. Grayscale: #525252. Windows color (decimal): -5172561 or 11473585. OLE color: 11473585.

HSL color Cylindrical-coordinate representation of color #B112AF: hue angle of 300.75º 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 #B112AF is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 18 175 -
CMYK 0 0.90 0.01 0.31
HSL 300.75º 0.82% 0.38% -
HSV(B) 300.75º 0.9% 0.69% -
XYZ 26.09 12.87 41.67 -
YUV 83.44 179.68 194.73 -
System Red Green Blue C M Y K H S L
Decimal 177 18 175 0 0.90 0.01 0.31 300.75 0.82 0.38
Hex B1 12 AF 0 5A 1 1F 12D 52 26
Octal 261 22 257 0 132 1 37 455 122 46
Binary 10110001 10010 10101111 0 1011010 1 11111 100101101 1010010 100110

Color Harmonies of #B112AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B112AF

Black with #B112AF

Text Example


Text Example

White with #B112AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B112AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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