#BE04C2

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

Shades of Deep Magenta #BE04C2

Tints of Deep Magenta #BE04C2

Color information

#BE04C2 (or 0xBE04C2) is unknown color: approx Deep Magenta. HEX triplet: BE, 04 and C2. RGB value is (190,4,194). Sum of RGB (Red+Green+Blue) = 190+4+194=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 4 (1.95% from 255 or 1.03% from 388); Blue value is 194 (76.17% from 255 or 50% from 388); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE04C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE04C2 is #41FB3D. Grayscale: #505050. Windows color (decimal): -4324158 or 12715198. OLE color: 12715198.

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

Color convert

RGB1904194-
CMYK0.020.9800.24
HSL298.74º95.96%38.82%-
HSV(B)298.74º97.94%76.08%-
XYZ31.0214.9352.29-
YUV81.27191.62205.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.97%
GREEN value IS 4 (1.95% from 255) = 1.03%
BLUE value IS 194 (76.17% from 255) = 50%
R=48.97%
G=1.03%
B=50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19041940.020.9800.24298.7495.9638.82
HexBE4C226201812b6027
Octal2764302214203045314047
Binary10111110100110000101011000100110001001010111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE04C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE04C2; }

 p { color: rgb(190,4,194); }

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

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

 a { background-color: rgb(190,4,194); }

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

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

 span { border-color: rgb(190,4,194); }

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