Html Css Color HEX #B202AD Deep Magenta

📋 copy color: '#B202AD'

red 178 ◦ green 2 ◦ blue 173

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

Shades of Deep Magenta #B202AD

Tints of Deep Magenta #B202AD

RGB

 RED value IS 178 (69.92% from 255) = 50.42%

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

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

R = 50.42%
G = 0.57%
B = 49.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B202AD (or 0xB202AD) is known color: Deep Magenta. HEX triplet: B2, 02 and AD. RGB value is (178,2,173). Sum of RGB (Red+Green+Blue) = 178+2+173=353 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.42% from 353); Green value is 2 (1.17% from 255 or 0.57% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 178 - color contains mainly: red. Hex color #B202AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B202AD is #4DFD52. Grayscale: #494949. Windows color (decimal): -5111123 or 11338418. OLE color: 11338418.

HSL color Cylindrical-coordinate representation of color #B202AD: hue angle of 301.7º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B202AD is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 2 173 -
CMYK 0 0.99 0.03 0.30
HSL 301.7º 0.98% 0.35% -
HSV(B) 301.7º 0.99% 0.7% -
XYZ 25.92 12.53 40.59 -
YUV 74.12 183.81 202.1 -
System Red Green Blue C M Y K H S L
Decimal 178 2 173 0 0.99 0.03 0.30 301.7 0.98 0.35
Hex B2 2 AD 0 63 3 1E 12E 62 23
Octal 262 2 255 0 143 3 36 456 142 43
Binary 10110010 10 10101101 0 1100011 11 11110 100101110 1100010 100011

Color Harmonies of #B202AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B202AD

Black with #B202AD

Text Example


Text Example

White with #B202AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B202AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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