#BE14C4

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

Shades of Deep Magenta #BE14C4

Tints of Deep Magenta #BE14C4

Color information

#BE14C4 (or 0xBE14C4) is unknown color: approx Deep Magenta. HEX triplet: BE, 14 and C4. RGB value is (190,20,196). Sum of RGB (Red+Green+Blue) = 190+20+196=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 20 (8.20% from 255 or 4.93% from 406); Blue value is 196 (76.95% from 255 or 48.28% from 406); Max value from RGB is 196 - color contains mainly: blue. Hex color #BE14C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE14C4 is #41EB3B. Grayscale: #5A5A5A. Windows color (decimal): -4320060 or 12850366. OLE color: 12850366.

HSL color Cylindrical-coordinate representation of color #BE14C4: hue angle of 297.95º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE14C4 is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB19020196-
CMYK0.030.9000.23
HSL297.95º81.48%42.35%-
HSV(B)297.95º89.8%76.86%-
XYZ31.4515.4353.55-
YUV90.89187.32198.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.80%
GREEN value IS 20 (8.20% from 255) = 4.93%
BLUE value IS 196 (76.95% from 255) = 48.28%
R=46.80%
G=4.93%
B=48.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal190201960.030.9000.23297.9581.4842.35
HexBE14C435A01712a512a
Octal27624304313202745212152
Binary1011111010100110001001110110100101111001010101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE14C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE14C4; }

 p { color: rgb(190,20,196); }

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

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

 a { background-color: rgb(190,20,196); }

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

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

 span { border-color: rgb(190,20,196); }

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