Html Css Color HEX #B01AAE Deep Magenta

📋 copy color: '#B01AAE'

red 176 ◦ green 26 ◦ blue 174

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

Shades of Deep Magenta #B01AAE

Tints of Deep Magenta #B01AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 46.28%

R = 46.81%
G = 6.91%
B = 46.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B01AAE (or 0xB01AAE) is known color: Deep Magenta. HEX triplet: B0, 1A and AE. RGB value is (176,26,174). Sum of RGB (Red+Green+Blue) = 176+26+174=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 26 (10.55% from 255 or 6.91% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B01AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01AAE is #4FE551. Grayscale: #575757. Windows color (decimal): -5236050 or 11410096. OLE color: 11410096.

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

Color convert

RGB 176 26 174 -
CMYK 0 0.85 0.01 0.31
HSL 300.8º 0.74% 0.4% -
HSV(B) 300.8º 0.85% 0.69% -
XYZ 25.91 13.02 41.19 -
YUV 87.72 176.7 190.97 -
System Red Green Blue C M Y K H S L
Decimal 176 26 174 0 0.85 0.01 0.31 300.8 0.74 0.4
Hex B0 1A AE 0 55 1 1F 12D 4A 28
Octal 260 32 256 0 125 1 37 455 112 50
Binary 10110000 11010 10101110 0 1010101 1 11111 100101101 1001010 101000

Color Harmonies of #B01AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01AAE

Black with #B01AAE

Text Example


Text Example

White with #B01AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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