Html Css Color HEX #B113AC Deep Magenta

📋 copy color: '#B113AC'

red 177 ◦ green 19 ◦ blue 172

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

Shades of Deep Magenta #B113AC

Tints of Deep Magenta #B113AC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.16%

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

R = 48.1%
G = 5.16%
B = 46.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B113AC (or 0xB113AC) is known color: Deep Magenta. HEX triplet: B1, 13 and AC. RGB value is (177,19,172). Sum of RGB (Red+Green+Blue) = 177+19+172=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 19 (7.81% from 255 or 5.16% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B113AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B113AC is #4EEC53. Grayscale: #535353. Windows color (decimal): -5172308 or 11277233. OLE color: 11277233.

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

Color convert

RGB 177 19 172 -
CMYK 0 0.89 0.03 0.31
HSL 301.9º 0.81% 0.38% -
HSV(B) 301.9º 0.89% 0.69% -
XYZ 25.81 12.79 40.14 -
YUV 83.68 177.85 194.56 -
System Red Green Blue C M Y K H S L
Decimal 177 19 172 0 0.89 0.03 0.31 301.9 0.81 0.38
Hex B1 13 AC 0 59 3 1F 12E 51 26
Octal 261 23 254 0 131 3 37 456 121 46
Binary 10110001 10011 10101100 0 1011001 11 11111 100101110 1010001 100110

Color Harmonies of #B113AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B113AC

Black with #B113AC

Text Example


Text Example

White with #B113AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B113AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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