#BE12C2

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

Shades of Deep Magenta #BE12C2

Tints of Deep Magenta #BE12C2

Color information

#BE12C2 (or 0xBE12C2) is unknown color: approx Deep Magenta. HEX triplet: BE, 12 and C2. RGB value is (190,18,194). Sum of RGB (Red+Green+Blue) = 190+18+194=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 18 (7.42% from 255 or 4.48% from 402); Blue value is 194 (76.17% from 255 or 48.26% from 402); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE12C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE12C2 is #41ED3D. Grayscale: #585858. Windows color (decimal): -4320574 or 12718782. OLE color: 12718782.

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

Color convert

RGB19018194-
CMYK0.020.9100.24
HSL298.64º83.02%41.57%-
HSV(B)298.64º90.72%76.08%-
XYZ31.1915.2752.34-
YUV89.49186.98199.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.26%
GREEN value IS 18 (7.42% from 255) = 4.48%
BLUE value IS 194 (76.17% from 255) = 48.26%
R=47.26%
G=4.48%
B=48.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190181940.020.9100.24298.6483.0241.57
HexBE12C225B01812b532a
Octal27622302213303045312352
Binary1011111010010110000101010110110110001001010111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE12C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE12C2; }

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

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

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

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

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

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

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

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