#BE12C6

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

Shades of Deep Magenta #BE12C6

Tints of Deep Magenta #BE12C6

Color information

#BE12C6 (or 0xBE12C6) is unknown color: approx Deep Magenta. HEX triplet: BE, 12 and C6. RGB value is (190,18,198). Sum of RGB (Red+Green+Blue) = 190+18+198=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 18 (7.42% from 255 or 4.43% from 406); Blue value is 198 (77.73% from 255 or 48.77% from 406); Max value from RGB is 198 - color contains mainly: blue. Hex color #BE12C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE12C6 is #41ED39. Grayscale: #595959. Windows color (decimal): -4320570 or 12980926. OLE color: 12980926.

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

Color convert

RGB19018198-
CMYK0.040.9100.22
HSL297.33º83.33%42.35%-
HSV(B)297.33º90.91%77.65%-
XYZ31.6415.4654.74-
YUV89.95188.98199.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.80%
GREEN value IS 18 (7.42% from 255) = 4.43%
BLUE value IS 198 (77.73% from 255) = 48.77%
R=46.80%
G=4.43%
B=48.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal190181980.040.9100.22297.3383.3342.35
HexBE12C645B016129532a
Octal27622306413302645112352
Binary10111110100101100011010010110110101101001010011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE12C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE12C6; }

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

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

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

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

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

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

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

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