Html Css Color HEX #BE06CE Deep Magenta

📋 copy color: '#BE06CE'

red 190 ◦ green 6 ◦ blue 206

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

Shades of Deep Magenta #BE06CE

Tints of Deep Magenta #BE06CE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.49%

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

R = 47.26%
G = 1.49%
B = 51.24%

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

#BE06CE (or 0xBE06CE) is known color: Deep Magenta. HEX triplet: BE, 06 and CE. RGB value is (190,6,206). Sum of RGB (Red+Green+Blue) = 190+6+206=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 6 (2.73% from 255 or 1.49% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE06CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE06CE is #41F931. Grayscale: #535353. Windows color (decimal): -4323634 or 13502142. OLE color: 13502142.

HSL color Cylindrical-coordinate representation of color #BE06CE: hue angle of 295.2º degrees, saturation: 0.94, 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 #BE06CE is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 6 206 -
CMYK 0.08 0.97 0 0.19
HSL 295.2º 0.94% 0.42% -
HSV(B) 295.2º 0.97% 0.81% -
XYZ 32.44 15.53 59.68 -
YUV 83.82 196.96 203.74 -
System Red Green Blue C M Y K H S L
Decimal 190 6 206 0.08 0.97 0 0.19 295.2 0.94 0.42
Hex BE 6 CE 8 61 0 13 127 5E 2A
Octal 276 6 316 10 141 0 23 447 136 52
Binary 10111110 110 11001110 1000 1100001 0 10011 100100111 1011110 101010

Color Harmonies of #BE06CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE06CE

Black with #BE06CE

Text Example


Text Example

White with #BE06CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE06CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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