Html Css Color HEX #BE14DF Deep Magenta

📋 copy color: '#BE14DF'

red 190 ◦ green 20 ◦ blue 223

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

Shades of Deep Magenta #BE14DF

Tints of Deep Magenta #BE14DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.5%

R = 43.88%
G = 4.62%
B = 51.5%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE14DF (or 0xBE14DF) is known color: Deep Magenta. HEX triplet: BE, 14 and DF. RGB value is (190,20,223). Sum of RGB (Red+Green+Blue) = 190+20+223=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 20 (8.20% from 255 or 4.62% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE14DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE14DF is #41EB20. Grayscale: #5D5D5D. Windows color (decimal): -4320033 or 14619838. OLE color: 14619838.

HSL color Cylindrical-coordinate representation of color #BE14DF: hue angle of 290.25º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE14DF is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 20 223 -
CMYK 0.15 0.91 0 0.13
HSL 290.25º 0.84% 0.48% -
HSV(B) 290.25º 0.91% 0.87% -
XYZ 34.8 16.78 71.22 -
YUV 93.97 200.82 196.49 -
System Red Green Blue C M Y K H S L
Decimal 190 20 223 0.15 0.91 0 0.13 290.25 0.84 0.48
Hex BE 14 DF F 5B 0 D 122 54 30
Octal 276 24 337 17 133 0 15 442 124 60
Binary 10111110 10100 11011111 1111 1011011 0 1101 100100010 1010100 110000

Color Harmonies of #BE14DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE14DF

Black with #BE14DF

Text Example


Text Example

White with #BE14DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE14DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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