Html Css Color HEX #B802A8 Deep Magenta

📋 copy color: '#B802A8'

red 184 ◦ green 2 ◦ blue 168

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

Shades of Deep Magenta #B802A8

Tints of Deep Magenta #B802A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 47.46%

R = 51.98%
G = 0.56%
B = 47.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#B802A8 (or 0xB802A8) is known color: Deep Magenta. HEX triplet: B8, 02 and A8. RGB value is (184,2,168). Sum of RGB (Red+Green+Blue) = 184+2+168=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 168 (66.02% from 255 or 47.46% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B802A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B802A8 is #47FD57. Grayscale: #4A4A4A. Windows color (decimal): -4717912 or 11010744. OLE color: 11010744.

HSL color Cylindrical-coordinate representation of color #B802A8: hue angle of 305.27º 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 #B802A8 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 2 168 -
CMYK 0 0.99 0.09 0.28
HSL 305.27º 0.98% 0.36% -
HSV(B) 305.27º 0.99% 0.72% -
XYZ 26.86 13.06 38.15 -
YUV 75.34 180.3 205.5 -
System Red Green Blue C M Y K H S L
Decimal 184 2 168 0 0.99 0.09 0.28 305.27 0.98 0.36
Hex B8 2 A8 0 63 9 1C 131 62 24
Octal 270 2 250 0 143 11 34 461 142 44
Binary 10111000 10 10101000 0 1100011 1001 11100 100110001 1100010 100100

Color Harmonies of #B802A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B802A8

Black with #B802A8

Text Example


Text Example

White with #B802A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B802A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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