Html Css Color HEX #B202C1 Deep Magenta

📋 copy color: '#B202C1'

red 178 ◦ green 2 ◦ blue 193

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

Shades of Deep Magenta #B202C1

Tints of Deep Magenta #B202C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 51.74%

R = 47.72%
G = 0.54%
B = 51.74%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B202C1 (or 0xB202C1) is known color: Deep Magenta. HEX triplet: B2, 02 and C1. RGB value is (178,2,193). Sum of RGB (Red+Green+Blue) = 178+2+193=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 2 (1.17% from 255 or 0.54% from 373); Blue value is 193 (75.78% from 255 or 51.74% from 373); Max value from RGB is 193 - color contains mainly: blue. Hex color #B202C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B202C1 is #4DFD3E. Grayscale: #4B4B4B. Windows color (decimal): -5111103 or 12649138. OLE color: 12649138.

HSL color Cylindrical-coordinate representation of color #B202C1: hue angle of 295.29º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B202C1 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 2 193 -
CMYK 0.08 0.99 0 0.24
HSL 295.29º 0.98% 0.38% -
HSV(B) 295.29º 0.99% 0.76% -
XYZ 28.01 13.36 51.55 -
YUV 76.4 193.81 200.47 -
System Red Green Blue C M Y K H S L
Decimal 178 2 193 0.08 0.99 0 0.24 295.29 0.98 0.38
Hex B2 2 C1 8 63 0 18 127 62 26
Octal 262 2 301 10 143 0 30 447 142 46
Binary 10110010 10 11000001 1000 1100011 0 11000 100100111 1100010 100110

Color Harmonies of #B202C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B202C1

Black with #B202C1

Text Example


Text Example

White with #B202C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B202C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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