Html Css Color HEX #B01AAC Deep Magenta

📋 copy color: '#B01AAC'

red 176 ◦ green 26 ◦ blue 172

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

Shades of Deep Magenta #B01AAC

Tints of Deep Magenta #B01AAC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.95%

 BLUE value IS 172 (67.58% from 255) = 45.99%

R = 47.06%
G = 6.95%
B = 45.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B01AAC (or 0xB01AAC) is known color: Deep Magenta. HEX triplet: B0, 1A and AC. RGB value is (176,26,172). Sum of RGB (Red+Green+Blue) = 176+26+172=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 26 (10.55% from 255 or 6.95% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B01AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01AAC is #4FE553. Grayscale: #575757. Windows color (decimal): -5236052 or 11279024. OLE color: 11279024.

HSL color Cylindrical-coordinate representation of color #B01AAC: hue angle of 301.6º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B01AAC is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 26 172 -
CMYK 0 0.85 0.02 0.31
HSL 301.6º 0.74% 0.4% -
HSV(B) 301.6º 0.85% 0.69% -
XYZ 25.72 12.95 40.17 -
YUV 87.49 175.7 191.13 -
System Red Green Blue C M Y K H S L
Decimal 176 26 172 0 0.85 0.02 0.31 301.6 0.74 0.4
Hex B0 1A AC 0 55 2 1F 12E 4A 28
Octal 260 32 254 0 125 2 37 456 112 50
Binary 10110000 11010 10101100 0 1010101 10 11111 100101110 1001010 101000

Color Harmonies of #B01AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01AAC

Black with #B01AAC

Text Example


Text Example

White with #B01AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01AAC; }

 p { color: rgb(176,26,172); }

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

background-color css

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

 a { background-color: rgb(176,26,172); }

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

border-color css

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

 span { border-color: rgb(176,26,172); }

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