#BE02C3

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

Shades of Deep Magenta #BE02C3

Tints of Deep Magenta #BE02C3

Color information

#BE02C3 (or 0xBE02C3) is unknown color: approx Deep Magenta. HEX triplet: BE, 02 and C3. RGB value is (190,2,195). Sum of RGB (Red+Green+Blue) = 190+2+195=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 2 (1.17% from 255 or 0.52% from 387); Blue value is 195 (76.56% from 255 or 50.39% from 387); Max value from RGB is 195 - color contains mainly: blue. Hex color #BE02C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE02C3 is #41FD3C. Grayscale: #4F4F4F. Windows color (decimal): -4324669 or 12780222. OLE color: 12780222.

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

Color convert

RGB1902195-
CMYK0.030.9900.24
HSL298.45º97.97%38.63%-
HSV(B)298.45º98.97%76.47%-
XYZ31.1114.9352.87-
YUV80.21192.78206.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.10%
GREEN value IS 2 (1.17% from 255) = 0.52%
BLUE value IS 195 (76.56% from 255) = 50.39%
R=49.10%
G=0.52%
B=50.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19021950.030.9900.24298.4597.9738.63
HexBE2C336301812a6227
Octal2762303314303045214247
Binary1011111010110000111111000110110001001010101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE02C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE02C3; }

 p { color: rgb(190,2,195); }

 H1.HeaderClassName
 {
   color: #BE02C3;
 }
 .AnyTagClassName
 {
   color: #BE02C3;
 }
</style>
background-color css

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

 a { background-color: rgb(190,2,195); }

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

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

 span { border-color: rgb(190,2,195); }

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