Html Css Color HEX #B802AB Deep Magenta

📋 copy color: '#B802AB'

red 184 ◦ green 2 ◦ blue 171

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

Shades of Deep Magenta #B802AB

Tints of Deep Magenta #B802AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.9%

R = 51.54%
G = 0.56%
B = 47.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B802AB (or 0xB802AB) is known color: Deep Magenta. HEX triplet: B8, 02 and AB. RGB value is (184,2,171). Sum of RGB (Red+Green+Blue) = 184+2+171=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 2 (1.17% from 255 or 0.56% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B802AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B802AB is #47FD54. Grayscale: #4B4B4B. Windows color (decimal): -4717909 or 11207352. OLE color: 11207352.

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

Color convert

RGB 184 2 171 -
CMYK 0 0.99 0.07 0.28
HSL 304.29º 0.98% 0.36% -
HSV(B) 304.29º 0.99% 0.72% -
XYZ 27.14 13.17 39.64 -
YUV 75.68 181.8 205.26 -
System Red Green Blue C M Y K H S L
Decimal 184 2 171 0 0.99 0.07 0.28 304.29 0.98 0.36
Hex B8 2 AB 0 63 7 1C 130 62 24
Octal 270 2 253 0 143 7 34 460 142 44
Binary 10111000 10 10101011 0 1100011 111 11100 100110000 1100010 100100

Color Harmonies of #B802AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B802AB

Black with #B802AB

Text Example


Text Example

White with #B802AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B802AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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