Html Css Color HEX #B120AC Deep Magenta

📋 copy color: '#B120AC'

red 177 ◦ green 32 ◦ blue 172

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

Shades of Deep Magenta #B120AC

Tints of Deep Magenta #B120AC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.4%

 BLUE value IS 172 (67.58% from 255) = 45.14%

R = 46.46%
G = 8.4%
B = 45.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B120AC (or 0xB120AC) is known color: Deep Magenta. HEX triplet: B1, 20 and AC. RGB value is (177,32,172). Sum of RGB (Red+Green+Blue) = 177+32+172=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 32 (12.89% from 255 or 8.40% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B120AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B120AC is #4EDF53. Grayscale: #5A5A5A. Windows color (decimal): -5168980 or 11280561. OLE color: 11280561.

HSL color Cylindrical-coordinate representation of color #B120AC: hue angle of 302.07º degrees, saturation: 0.69, 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 #B120AC is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 32 172 -
CMYK 0 0.82 0.03 0.31
HSL 302.07º 0.69% 0.41% -
HSV(B) 302.07º 0.82% 0.69% -
XYZ 26.09 13.36 40.23 -
YUV 91.32 173.54 189.12 -
System Red Green Blue C M Y K H S L
Decimal 177 32 172 0 0.82 0.03 0.31 302.07 0.69 0.41
Hex B1 20 AC 0 52 3 1F 12E 45 29
Octal 261 40 254 0 122 3 37 456 105 51
Binary 10110001 100000 10101100 0 1010010 11 11111 100101110 1000101 101001

Color Harmonies of #B120AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B120AC

Black with #B120AC

Text Example


Text Example

White with #B120AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B120AC; }

 p { color: rgb(177,32,172); }

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

background-color css

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

 a { background-color: rgb(177,32,172); }

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

border-color css

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

 span { border-color: rgb(177,32,172); }

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