Html Css Color HEX #B005AB Deep Magenta

📋 copy color: '#B005AB'

red 176 ◦ green 5 ◦ blue 171

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

Shades of Deep Magenta #B005AB

Tints of Deep Magenta #B005AB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.42%

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

R = 50%
G = 1.42%
B = 48.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B005AB (or 0xB005AB) is known color: Deep Magenta. HEX triplet: B0, 05 and AB. RGB value is (176,5,171). Sum of RGB (Red+Green+Blue) = 176+5+171=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 5 (2.34% from 255 or 1.42% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B005AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B005AB is #4FFA54. Grayscale: #4A4A4A. Windows color (decimal): -5241429 or 11208112. OLE color: 11208112.

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

Color convert

RGB 176 5 171 -
CMYK 0 0.97 0.03 0.31
HSL 301.75º 0.94% 0.35% -
HSV(B) 301.75º 0.97% 0.69% -
XYZ 25.31 12.28 39.56 -
YUV 75.05 182.15 200 -
System Red Green Blue C M Y K H S L
Decimal 176 5 171 0 0.97 0.03 0.31 301.75 0.94 0.35
Hex B0 5 AB 0 61 3 1F 12E 5E 23
Octal 260 5 253 0 141 3 37 456 136 43
Binary 10110000 101 10101011 0 1100001 11 11111 100101110 1011110 100011

Color Harmonies of #B005AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B005AB

Black with #B005AB

Text Example


Text Example

White with #B005AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B005AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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