Html Css Color HEX #B113AE Deep Magenta

📋 copy color: '#B113AE'

red 177 ◦ green 19 ◦ blue 174

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

Shades of Deep Magenta #B113AE

Tints of Deep Magenta #B113AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 47.03%

R = 47.84%
G = 5.14%
B = 47.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B113AE (or 0xB113AE) is known color: Deep Magenta. HEX triplet: B1, 13 and AE. RGB value is (177,19,174). Sum of RGB (Red+Green+Blue) = 177+19+174=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 19 (7.81% from 255 or 5.14% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B113AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B113AE is #4EEC51. Grayscale: #535353. Windows color (decimal): -5172306 or 11408305. OLE color: 11408305.

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

Color convert

RGB 177 19 174 -
CMYK 0 0.89 0.02 0.31
HSL 301.14º 0.81% 0.38% -
HSV(B) 301.14º 0.89% 0.69% -
XYZ 26 12.87 41.16 -
YUV 83.91 178.85 194.4 -
System Red Green Blue C M Y K H S L
Decimal 177 19 174 0 0.89 0.02 0.31 301.14 0.81 0.38
Hex B1 13 AE 0 59 2 1F 12D 51 26
Octal 261 23 256 0 131 2 37 455 121 46
Binary 10110001 10011 10101110 0 1011001 10 11111 100101101 1010001 100110

Color Harmonies of #B113AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B113AE

Black with #B113AE

Text Example


Text Example

White with #B113AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B113AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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