Html Css Color HEX #BE07CE Deep Magenta

📋 copy color: '#BE07CE'

red 190 ◦ green 7 ◦ blue 206

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

Shades of Deep Magenta #BE07CE

Tints of Deep Magenta #BE07CE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.74%

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

R = 47.15%
G = 1.74%
B = 51.12%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE07CE (or 0xBE07CE) is known color: Deep Magenta. HEX triplet: BE, 07 and CE. RGB value is (190,7,206). Sum of RGB (Red+Green+Blue) = 190+7+206=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 7 (3.12% from 255 or 1.74% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE07CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE07CE is #41F831. Grayscale: #535353. Windows color (decimal): -4323378 or 13502398. OLE color: 13502398.

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

Color convert

RGB 190 7 206 -
CMYK 0.08 0.97 0 0.19
HSL 295.18º 0.93% 0.42% -
HSV(B) 295.18º 0.97% 0.81% -
XYZ 32.45 15.56 59.68 -
YUV 84.4 196.63 203.32 -
System Red Green Blue C M Y K H S L
Decimal 190 7 206 0.08 0.97 0 0.19 295.18 0.93 0.42
Hex BE 7 CE 8 61 0 13 127 5D 2A
Octal 276 7 316 10 141 0 23 447 135 52
Binary 10111110 111 11001110 1000 1100001 0 10011 100100111 1011101 101010

Color Harmonies of #BE07CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE07CE

Black with #BE07CE

Text Example


Text Example

White with #BE07CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE07CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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