Html Css Color HEX #B601AA Deep Magenta

📋 copy color: '#B601AA'

red 182 ◦ green 1 ◦ blue 170

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

Shades of Deep Magenta #B601AA

Tints of Deep Magenta #B601AA

RGB

 RED value IS 182 (71.48% from 255) = 51.56%

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

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

R = 51.56%
G = 0.28%
B = 48.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B601AA (or 0xB601AA) is known color: Deep Magenta. HEX triplet: B6, 01 and AA. RGB value is (182,1,170). Sum of RGB (Red+Green+Blue) = 182+1+170=353 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.56% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 182 - color contains mainly: red. Hex color #B601AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B601AA is #49FE55. Grayscale: #494949. Windows color (decimal): -4849238 or 11141558. OLE color: 11141558.

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

Color convert

RGB 182 1 170 -
CMYK 0 0.99 0.07 0.29
HSL 303.98º 0.99% 0.36% -
HSV(B) 303.98º 0.99% 0.71% -
XYZ 26.56 12.87 39.11 -
YUV 74.39 181.97 204.76 -
System Red Green Blue C M Y K H S L
Decimal 182 1 170 0 0.99 0.07 0.29 303.98 0.99 0.36
Hex B6 1 AA 0 63 7 1D 130 63 24
Octal 266 1 252 0 143 7 35 460 143 44
Binary 10110110 1 10101010 0 1100011 111 11101 100110000 1100011 100100

Color Harmonies of #B601AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B601AA

Black with #B601AA

Text Example


Text Example

White with #B601AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B601AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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