Html Css Color HEX #BE16DF Deep Magenta

📋 copy color: '#BE16DF'

red 190 ◦ green 22 ◦ blue 223

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

Shades of Deep Magenta #BE16DF

Tints of Deep Magenta #BE16DF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.06%

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

R = 43.68%
G = 5.06%
B = 51.26%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE16DF (or 0xBE16DF) is known color: Deep Magenta. HEX triplet: BE, 16 and DF. RGB value is (190,22,223). Sum of RGB (Red+Green+Blue) = 190+22+223=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 22 (8.98% from 255 or 5.06% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE16DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE16DF is #41E920. Grayscale: #5E5E5E. Windows color (decimal): -4319521 or 14620350. OLE color: 14620350.

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

Color convert

RGB 190 22 223 -
CMYK 0.15 0.90 0 0.13
HSL 290.15º 0.82% 0.48% -
HSV(B) 290.15º 0.9% 0.87% -
XYZ 34.84 16.85 71.23 -
YUV 95.15 200.16 195.66 -
System Red Green Blue C M Y K H S L
Decimal 190 22 223 0.15 0.90 0 0.13 290.15 0.82 0.48
Hex BE 16 DF F 5A 0 D 122 52 30
Octal 276 26 337 17 132 0 15 442 122 60
Binary 10111110 10110 11011111 1111 1011010 0 1101 100100010 1010010 110000

Color Harmonies of #BE16DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE16DF

Black with #BE16DF

Text Example


Text Example

White with #BE16DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE16DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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