Html Css Color HEX #B202C2 Deep Magenta

📋 copy color: '#B202C2'

red 178 ◦ green 2 ◦ blue 194

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

Shades of Deep Magenta #B202C2

Tints of Deep Magenta #B202C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 51.87%

R = 47.59%
G = 0.53%
B = 51.87%

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

#B202C2 (or 0xB202C2) is known color: Deep Magenta. HEX triplet: B2, 02 and C2. RGB value is (178,2,194). Sum of RGB (Red+Green+Blue) = 178+2+194=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 2 (1.17% from 255 or 0.53% from 374); Blue value is 194 (76.17% from 255 or 51.87% from 374); Max value from RGB is 194 - color contains mainly: blue. Hex color #B202C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B202C2 is #4DFD3D. Grayscale: #4B4B4B. Windows color (decimal): -5111102 or 12714674. OLE color: 12714674.

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

Color convert

RGB 178 2 194 -
CMYK 0.08 0.99 0 0.24
HSL 295º 0.98% 0.38% -
HSV(B) 295º 0.99% 0.76% -
XYZ 28.12 13.4 52.14 -
YUV 76.51 194.31 200.39 -
System Red Green Blue C M Y K H S L
Decimal 178 2 194 0.08 0.99 0 0.24 295 0.98 0.38
Hex B2 2 C2 8 63 0 18 127 62 26
Octal 262 2 302 10 143 0 30 447 142 46
Binary 10110010 10 11000010 1000 1100011 0 11000 100100111 1100010 100110

Color Harmonies of #B202C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B202C2

Black with #B202C2

Text Example


Text Example

White with #B202C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B202C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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