Html Css Color HEX #BE16CE Deep Magenta

📋 copy color: '#BE16CE'

red 190 ◦ green 22 ◦ blue 206

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

Shades of Deep Magenta #BE16CE

Tints of Deep Magenta #BE16CE

RGB

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

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

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

R = 45.45%
G = 5.26%
B = 49.28%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE16CE (or 0xBE16CE) is known color: Deep Magenta. HEX triplet: BE, 16 and CE. RGB value is (190,22,206). Sum of RGB (Red+Green+Blue) = 190+22+206=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 22 (8.98% from 255 or 5.26% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE16CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE16CE is #41E931. Grayscale: #5C5C5C. Windows color (decimal): -4319538 or 13506238. OLE color: 13506238.

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

Color convert

RGB 190 22 206 -
CMYK 0.08 0.89 0 0.19
HSL 294.78º 0.81% 0.45% -
HSV(B) 294.78º 0.89% 0.81% -
XYZ 32.66 15.98 59.75 -
YUV 93.21 191.66 197.04 -
System Red Green Blue C M Y K H S L
Decimal 190 22 206 0.08 0.89 0 0.19 294.78 0.81 0.45
Hex BE 16 CE 8 59 0 13 127 51 2D
Octal 276 26 316 10 131 0 23 447 121 55
Binary 10111110 10110 11001110 1000 1011001 0 10011 100100111 1010001 101101

Color Harmonies of #BE16CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE16CE

Black with #BE16CE

Text Example


Text Example

White with #BE16CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE16CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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