Html Css Color HEX #B202A6 Deep Magenta

📋 copy color: '#B202A6'

red 178 ◦ green 2 ◦ blue 166

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

Shades of Deep Magenta #B202A6

Tints of Deep Magenta #B202A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 47.98%

R = 51.45%
G = 0.58%
B = 47.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B202A6 (or 0xB202A6) is known color: Deep Magenta. HEX triplet: B2, 02 and A6. RGB value is (178,2,166). Sum of RGB (Red+Green+Blue) = 178+2+166=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 2 (1.17% from 255 or 0.58% from 346); Blue value is 166 (65.23% from 255 or 47.98% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B202A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B202A6 is #4DFD59. Grayscale: #484848. Windows color (decimal): -5111130 or 10879666. OLE color: 10879666.

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

Color convert

RGB 178 2 166 -
CMYK 0 0.99 0.07 0.30
HSL 304.09º 0.98% 0.35% -
HSV(B) 304.09º 0.99% 0.7% -
XYZ 25.26 12.26 37.11 -
YUV 73.32 180.31 202.66 -
System Red Green Blue C M Y K H S L
Decimal 178 2 166 0 0.99 0.07 0.30 304.09 0.98 0.35
Hex B2 2 A6 0 63 7 1E 130 62 23
Octal 262 2 246 0 143 7 36 460 142 43
Binary 10110010 10 10100110 0 1100011 111 11110 100110000 1100010 100011

Color Harmonies of #B202A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B202A6

Black with #B202A6

Text Example


Text Example

White with #B202A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B202A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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