Html Css Color HEX #B001AA Deep Magenta

📋 copy color: '#B001AA'

red 176 ◦ green 1 ◦ blue 170

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

Shades of Deep Magenta #B001AA

Tints of Deep Magenta #B001AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.99%

R = 50.72%
G = 0.29%
B = 48.99%

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

#B001AA (or 0xB001AA) is known color: Deep Magenta. HEX triplet: B0, 01 and AA. RGB value is (176,1,170). Sum of RGB (Red+Green+Blue) = 176+1+170=347 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.72% from 347); Green value is 1 (0.78% from 255 or 0.29% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 176 - color contains mainly: red. Hex color #B001AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B001AA is #4FFE55. Grayscale: #484848. Windows color (decimal): -5242454 or 11141552. OLE color: 11141552.

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

Color convert

RGB 176 1 170 -
CMYK 0 0.99 0.03 0.31
HSL 302.06º 0.99% 0.35% -
HSV(B) 302.06º 0.99% 0.69% -
XYZ 25.17 12.15 39.05 -
YUV 72.59 182.98 201.76 -
System Red Green Blue C M Y K H S L
Decimal 176 1 170 0 0.99 0.03 0.31 302.06 0.99 0.35
Hex B0 1 AA 0 63 3 1F 12E 63 23
Octal 260 1 252 0 143 3 37 456 143 43
Binary 10110000 1 10101010 0 1100011 11 11111 100101110 1100011 100011

Color Harmonies of #B001AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B001AA

Black with #B001AA

Text Example


Text Example

White with #B001AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B001AA; }

 p { color: rgb(176,1,170); }

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

background-color css

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

 a { background-color: rgb(176,1,170); }

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

border-color css

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

 span { border-color: rgb(176,1,170); }

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