Html Css Color HEX #B114AB Deep Magenta

📋 copy color: '#B114AB'

red 177 ◦ green 20 ◦ blue 171

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

Shades of Deep Magenta #B114AB

Tints of Deep Magenta #B114AB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.43%

 BLUE value IS 171 (67.19% from 255) = 46.47%

R = 48.1%
G = 5.43%
B = 46.47%

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

#B114AB (or 0xB114AB) is known color: Deep Magenta. HEX triplet: B1, 14 and AB. RGB value is (177,20,171). Sum of RGB (Red+Green+Blue) = 177+20+171=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B114AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B114AB is #4EEB54. Grayscale: #535353. Windows color (decimal): -5172053 or 11211953. OLE color: 11211953.

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

Color convert

RGB 177 20 171 -
CMYK 0 0.89 0.03 0.31
HSL 302.29º 0.8% 0.39% -
HSV(B) 302.29º 0.89% 0.69% -
XYZ 25.73 12.79 39.64 -
YUV 84.16 177.01 194.22 -
System Red Green Blue C M Y K H S L
Decimal 177 20 171 0 0.89 0.03 0.31 302.29 0.8 0.39
Hex B1 14 AB 0 59 3 1F 12E 50 27
Octal 261 24 253 0 131 3 37 456 120 47
Binary 10110001 10100 10101011 0 1011001 11 11111 100101110 1010000 100111

Color Harmonies of #B114AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B114AB

Black with #B114AB

Text Example


Text Example

White with #B114AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B114AB; }

 p { color: rgb(177,20,171); }

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

background-color css

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

 a { background-color: rgb(177,20,171); }

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

border-color css

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

 span { border-color: rgb(177,20,171); }

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