Html Css Color HEX #B121AC Deep Magenta

📋 copy color: '#B121AC'

red 177 ◦ green 33 ◦ blue 172

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

Shades of Deep Magenta #B121AC

Tints of Deep Magenta #B121AC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.64%

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

R = 46.34%
G = 8.64%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B121AC (or 0xB121AC) is known color: Deep Magenta. HEX triplet: B1, 21 and AC. RGB value is (177,33,172). Sum of RGB (Red+Green+Blue) = 177+33+172=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 33 (13.28% from 255 or 8.64% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B121AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B121AC is #4EDE53. Grayscale: #5B5B5B. Windows color (decimal): -5168724 or 11280817. OLE color: 11280817.

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

Color convert

RGB 177 33 172 -
CMYK 0 0.81 0.03 0.31
HSL 302.08º 0.69% 0.41% -
HSV(B) 302.08º 0.81% 0.69% -
XYZ 26.12 13.41 40.24 -
YUV 91.9 173.21 188.7 -
System Red Green Blue C M Y K H S L
Decimal 177 33 172 0 0.81 0.03 0.31 302.08 0.69 0.41
Hex B1 21 AC 0 51 3 1F 12E 45 29
Octal 261 41 254 0 121 3 37 456 105 51
Binary 10110001 100001 10101100 0 1010001 11 11111 100101110 1000101 101001

Color Harmonies of #B121AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B121AC

Black with #B121AC

Text Example


Text Example

White with #B121AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B121AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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