#B202C2

Color #B202C2 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #B202C2

Tints of Deep Magenta #B202C2

Color information

#B202C2 (or 0xB202C2) is unknown color: approx 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

RGB1782194-
CMYK0.080.9900.24
HSL295º97.96%38.43%-
HSV(B)295º98.97%76.08%-
XYZ28.1213.452.14-
YUV76.51194.31200.39-

RGB Variations

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

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 (Cyan) values IS 0.08
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal17821940.080.9900.2429597.9638.43
HexB22C28630181276226
Octal26223021014303044714246
Binary101100101011000010100011000110110001001001111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B202C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>