Html Css Color HEX #B802AD Deep Magenta

📋 copy color: '#B802AD'

red 184 ◦ green 2 ◦ blue 173

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

Shades of Deep Magenta #B802AD

Tints of Deep Magenta #B802AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 48.19%

R = 51.25%
G = 0.56%
B = 48.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B802AD (or 0xB802AD) is known color: Deep Magenta. HEX triplet: B8, 02 and AD. RGB value is (184,2,173). Sum of RGB (Red+Green+Blue) = 184+2+173=359 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.25% from 359); Green value is 2 (1.17% from 255 or 0.56% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 184 - color contains mainly: red. Hex color #B802AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B802AD is #47FD52. Grayscale: #4B4B4B. Windows color (decimal): -4717907 or 11338424. OLE color: 11338424.

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

Color convert

RGB 184 2 173 -
CMYK 0 0.99 0.06 0.28
HSL 303.63º 0.98% 0.36% -
HSV(B) 303.63º 0.99% 0.72% -
XYZ 27.33 13.25 40.65 -
YUV 75.91 182.8 205.1 -
System Red Green Blue C M Y K H S L
Decimal 184 2 173 0 0.99 0.06 0.28 303.63 0.98 0.36
Hex B8 2 AD 0 63 6 1C 130 62 24
Octal 270 2 255 0 143 6 34 460 142 44
Binary 10111000 10 10101101 0 1100011 110 11100 100110000 1100010 100100

Color Harmonies of #B802AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B802AD

Black with #B802AD

Text Example


Text Example

White with #B802AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B802AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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