Html Css Color HEX #BE16E6 Electric Purple

📋 copy color: '#BE16E6'

red 190 ◦ green 22 ◦ blue 230

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

Shades of Electric Purple #BE16E6

Tints of Electric Purple #BE16E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 52.04%

R = 42.99%
G = 4.98%
B = 52.04%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BE16E6 (or 0xBE16E6) is known color: Electric Purple. HEX triplet: BE, 16 and E6. RGB value is (190,22,230). Sum of RGB (Red+Green+Blue) = 190+22+230=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 22 (8.98% from 255 or 4.98% from 442); Blue value is 230 (90.23% from 255 or 52.04% from 442); Max value from RGB is 230 - color contains mainly: blue. Hex color #BE16E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE16E6 is #41E919. Grayscale: #5F5F5F. Windows color (decimal): -4319514 or 15079102. OLE color: 15079102.

HSL color Cylindrical-coordinate representation of color #BE16E6: hue angle of 288.46º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE16E6 is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 190 22 230 -
CMYK 0.17 0.90 0 0.10
HSL 288.46º 0.83% 0.49% -
HSV(B) 288.46º 0.9% 0.9% -
XYZ 35.81 17.23 76.3 -
YUV 95.94 203.66 195.09 -
System Red Green Blue C M Y K H S L
Decimal 190 22 230 0.17 0.90 0 0.10 288.46 0.83 0.49
Hex BE 16 E6 11 5A 0 A 120 53 31
Octal 276 26 346 21 132 0 12 440 123 61
Binary 10111110 10110 11100110 10001 1011010 0 1010 100100000 1010011 110001

Color Harmonies of #BE16E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE16E6

Black with #BE16E6

Text Example


Text Example

White with #BE16E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE16E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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