Html Css Color HEX #BE14CE Deep Magenta

📋 copy color: '#BE14CE'

red 190 ◦ green 20 ◦ blue 206

#BE14CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #BE14CE

Tints of Deep Magenta #BE14CE

RGB

 RED value IS 190 (74.61% from 255) = 45.67%

 GREEN value IS 20 (8.2% from 255) = 4.81%

 BLUE value IS 206 (80.86% from 255) = 49.52%

R = 45.67%
G = 4.81%
B = 49.52%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE14CE (or 0xBE14CE) is known color: Deep Magenta. HEX triplet: BE, 14 and CE. RGB value is (190,20,206). Sum of RGB (Red+Green+Blue) = 190+20+206=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 20 (8.20% from 255 or 4.81% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE14CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE14CE is #41EB31. Grayscale: #5B5B5B. Windows color (decimal): -4320050 or 13505726. OLE color: 13505726.

HSL color Cylindrical-coordinate representation of color #BE14CE: hue angle of 294.84º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE14CE is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 20 206 -
CMYK 0.08 0.90 0 0.19
HSL 294.84º 0.82% 0.44% -
HSV(B) 294.84º 0.9% 0.81% -
XYZ 32.63 15.9 59.74 -
YUV 92.03 192.32 197.88 -
System Red Green Blue C M Y K H S L
Decimal 190 20 206 0.08 0.90 0 0.19 294.84 0.82 0.44
Hex BE 14 CE 8 5A 0 13 127 52 2C
Octal 276 24 316 10 132 0 23 447 122 54
Binary 10111110 10100 11001110 1000 1011010 0 10011 100100111 1010010 101100

Color Harmonies of #BE14CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE14CE

Black with #BE14CE

Text Example


Text Example

White with #BE14CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE14CE; }

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

 H1.HeaderClassName
 {
   color: #BE14CE;
 }
 .AnyTagClassName
 {
   color: #BE14CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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