Html Css Color HEX #B000AB Deep Magenta

📋 copy color: '#B000AB'

red 176 ◦ green 0 ◦ blue 171

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

Shades of Deep Magenta #B000AB

Tints of Deep Magenta #B000AB

RGB

 RED value IS 176 (69.14% from 255) = 50.72%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50.72%
G = 0%
B = 49.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B000AB (or 0xB000AB) is known color: Deep Magenta. HEX triplet: B0, 00 and AB. RGB value is (176,0,171). Sum of RGB (Red+Green+Blue) = 176+0+171=347 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.72% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 176 - color contains mainly: red. Hex color #B000AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B000AB is #4FFF54. Grayscale: #474747. Windows color (decimal): -5242709 or 11206832. OLE color: 11206832.

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

Color convert

RGB 176 0 171 -
CMYK 0 1 0.03 0.31
HSL 301.7º 1% 0.35% -
HSV(B) 301.7º 1% 0.69% -
XYZ 25.26 12.17 39.55 -
YUV 72.12 183.81 202.1 -
System Red Green Blue C M Y K H S L
Decimal 176 0 171 0 1 0.03 0.31 301.7 1 0.35
Hex B0 0 AB 0 64 3 1F 12E 64 23
Octal 260 0 253 0 144 3 37 456 144 43
Binary 10110000 0 10101011 0 1100100 11 11111 100101110 1100100 100011

Color Harmonies of #B000AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B000AB

Black with #B000AB

Text Example


Text Example

White with #B000AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B000AB; }

 p { color: rgb(176,0,171); }

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

background-color css

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

 a { background-color: rgb(176,0,171); }

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

border-color css

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

 span { border-color: rgb(176,0,171); }

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