Html Css Color HEX #BE06E3 Electric Purple

📋 copy color: '#BE06E3'

red 190 ◦ green 6 ◦ blue 227

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

Shades of Electric Purple #BE06E3

Tints of Electric Purple #BE06E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 53.66%

R = 44.92%
G = 1.42%
B = 53.66%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BE06E3 (or 0xBE06E3) is known color: Electric Purple. HEX triplet: BE, 06 and E3. RGB value is (190,6,227). Sum of RGB (Red+Green+Blue) = 190+6+227=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 6 (2.73% from 255 or 1.42% from 423); Blue value is 227 (89.06% from 255 or 53.66% from 423); Max value from RGB is 227 - color contains mainly: blue. Hex color #BE06E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE06E3 is #41F91C. Grayscale: #555555. Windows color (decimal): -4323613 or 14878398. OLE color: 14878398.

HSL color Cylindrical-coordinate representation of color #BE06E3: hue angle of 289.95º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE06E3 is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 190 6 227 -
CMYK 0.16 0.97 0 0.11
HSL 289.95º 0.95% 0.46% -
HSV(B) 289.95º 0.97% 0.89% -
XYZ 35.17 16.62 74.03 -
YUV 86.21 207.46 202.03 -
System Red Green Blue C M Y K H S L
Decimal 190 6 227 0.16 0.97 0 0.11 289.95 0.95 0.46
Hex BE 6 E3 10 61 0 B 122 5F 2E
Octal 276 6 343 20 141 0 13 442 137 56
Binary 10111110 110 11100011 10000 1100001 0 1011 100100010 1011111 101110

Color Harmonies of #BE06E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE06E3

Black with #BE06E3

Text Example


Text Example

White with #BE06E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE06E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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