Html Css Color HEX #B901AA Deep Magenta

📋 copy color: '#B901AA'

red 185 ◦ green 1 ◦ blue 170

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

Shades of Deep Magenta #B901AA

Tints of Deep Magenta #B901AA

RGB

 RED value IS 185 (72.66% from 255) = 51.97%

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

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

R = 51.97%
G = 0.28%
B = 47.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B901AA (or 0xB901AA) is known color: Deep Magenta. HEX triplet: B9, 01 and AA. RGB value is (185,1,170). Sum of RGB (Red+Green+Blue) = 185+1+170=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B901AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B901AA is #46FE55. Grayscale: #4A4A4A. Windows color (decimal): -4652630 or 11141561. OLE color: 11141561.

HSL color Cylindrical-coordinate representation of color #B901AA: hue angle of 304.89º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B901AA is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 1 170 -
CMYK 0 0.99 0.08 0.27
HSL 304.89º 0.99% 0.36% -
HSV(B) 304.89º 0.99% 0.73% -
XYZ 27.27 13.24 39.15 -
YUV 75.28 181.46 206.26 -
System Red Green Blue C M Y K H S L
Decimal 185 1 170 0 0.99 0.08 0.27 304.89 0.99 0.36
Hex B9 1 AA 0 63 8 1B 131 63 24
Octal 271 1 252 0 143 10 33 461 143 44
Binary 10111001 1 10101010 0 1100011 1000 11011 100110001 1100011 100100

Color Harmonies of #B901AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B901AA

Black with #B901AA

Text Example


Text Example

White with #B901AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B901AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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