Html Css Color HEX #B802AA Deep Magenta

📋 copy color: '#B802AA'

red 184 ◦ green 2 ◦ blue 170

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

Shades of Deep Magenta #B802AA

Tints of Deep Magenta #B802AA

RGB

 RED value IS 184 (72.27% from 255) = 51.69%

 GREEN value IS 2 (1.17% from 255) = 0.56%

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

R = 51.69%
G = 0.56%
B = 47.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B802AA (or 0xB802AA) is known color: Deep Magenta. HEX triplet: B8, 02 and AA. RGB value is (184,2,170). Sum of RGB (Red+Green+Blue) = 184+2+170=356 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.69% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 184 - color contains mainly: red. Hex color #B802AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B802AA is #47FD55. Grayscale: #4B4B4B. Windows color (decimal): -4717910 or 11141816. OLE color: 11141816.

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

Color convert

RGB 184 2 170 -
CMYK 0 0.99 0.08 0.28
HSL 304.62º 0.98% 0.36% -
HSV(B) 304.62º 0.99% 0.72% -
XYZ 27.04 13.14 39.14 -
YUV 75.57 181.3 205.34 -
System Red Green Blue C M Y K H S L
Decimal 184 2 170 0 0.99 0.08 0.28 304.62 0.98 0.36
Hex B8 2 AA 0 63 8 1C 131 62 24
Octal 270 2 252 0 143 10 34 461 142 44
Binary 10111000 10 10101010 0 1100011 1000 11100 100110001 1100010 100100

Color Harmonies of #B802AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B802AA

Black with #B802AA

Text Example


Text Example

White with #B802AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B802AA; }

 p { color: rgb(184,2,170); }

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

background-color css

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

 a { background-color: rgb(184,2,170); }

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

border-color css

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

 span { border-color: rgb(184,2,170); }

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