Html Css Color HEX #B101AB Deep Magenta

📋 copy color: '#B101AB'

red 177 ◦ green 1 ◦ blue 171

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

Shades of Deep Magenta #B101AB

Tints of Deep Magenta #B101AB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 50.72%
G = 0.29%
B = 49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B101AB (or 0xB101AB) is known color: Deep Magenta. HEX triplet: B1, 01 and AB. RGB value is (177,1,171). Sum of RGB (Red+Green+Blue) = 177+1+171=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 1 (0.78% from 255 or 0.29% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B101AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B101AB is #4EFE54. Grayscale: #484848. Windows color (decimal): -5176917 or 11207089. OLE color: 11207089.

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

Color convert

RGB 177 1 171 -
CMYK 0 0.99 0.03 0.31
HSL 302.05º 0.99% 0.35% -
HSV(B) 302.05º 0.99% 0.69% -
XYZ 25.49 12.31 39.56 -
YUV 73 183.31 202.18 -
System Red Green Blue C M Y K H S L
Decimal 177 1 171 0 0.99 0.03 0.31 302.05 0.99 0.35
Hex B1 1 AB 0 63 3 1F 12E 63 23
Octal 261 1 253 0 143 3 37 456 143 43
Binary 10110001 1 10101011 0 1100011 11 11111 100101110 1100011 100011

Color Harmonies of #B101AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B101AB

Black with #B101AB

Text Example


Text Example

White with #B101AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B101AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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