Html Css Color HEX #BE10CE Deep Magenta

📋 copy color: '#BE10CE'

red 190 ◦ green 16 ◦ blue 206

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

Shades of Deep Magenta #BE10CE

Tints of Deep Magenta #BE10CE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.88%

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

R = 46.12%
G = 3.88%
B = 50%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE10CE (or 0xBE10CE) is known color: Deep Magenta. HEX triplet: BE, 10 and CE. RGB value is (190,16,206). Sum of RGB (Red+Green+Blue) = 190+16+206=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 16 (6.64% from 255 or 3.88% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE10CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE10CE is #41EF31. Grayscale: #595959. Windows color (decimal): -4321074 or 13504702. OLE color: 13504702.

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

Color convert

RGB 190 16 206 -
CMYK 0.08 0.92 0 0.19
HSL 294.95º 0.86% 0.44% -
HSV(B) 294.95º 0.92% 0.81% -
XYZ 32.56 15.77 59.72 -
YUV 89.69 193.65 199.55 -
System Red Green Blue C M Y K H S L
Decimal 190 16 206 0.08 0.92 0 0.19 294.95 0.86 0.44
Hex BE 10 CE 8 5C 0 13 127 56 2C
Octal 276 20 316 10 134 0 23 447 126 54
Binary 10111110 10000 11001110 1000 1011100 0 10011 100100111 1010110 101100

Color Harmonies of #BE10CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE10CE

Black with #BE10CE

Text Example


Text Example

White with #BE10CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE10CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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