Html Css Color HEX #B202A7 Deep Magenta

📋 copy color: '#B202A7'

red 178 ◦ green 2 ◦ blue 167

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

Shades of Deep Magenta #B202A7

Tints of Deep Magenta #B202A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 48.13%

R = 51.3%
G = 0.58%
B = 48.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B202A7 (or 0xB202A7) is known color: Deep Magenta. HEX triplet: B2, 02 and A7. RGB value is (178,2,167). Sum of RGB (Red+Green+Blue) = 178+2+167=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 167 (65.62% from 255 or 48.13% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B202A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B202A7 is #4DFD58. Grayscale: #484848. Windows color (decimal): -5111129 or 10945202. OLE color: 10945202.

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

Color convert

RGB 178 2 167 -
CMYK 0 0.99 0.06 0.30
HSL 303.75º 0.98% 0.35% -
HSV(B) 303.75º 0.99% 0.7% -
XYZ 25.36 12.3 37.6 -
YUV 73.43 180.81 202.58 -
System Red Green Blue C M Y K H S L
Decimal 178 2 167 0 0.99 0.06 0.30 303.75 0.98 0.35
Hex B2 2 A7 0 63 6 1E 130 62 23
Octal 262 2 247 0 143 6 36 460 142 43
Binary 10110010 10 10100111 0 1100011 110 11110 100110000 1100010 100011

Color Harmonies of #B202A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B202A7

Black with #B202A7

Text Example


Text Example

White with #B202A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B202A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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