Html Css Color HEX #BE12FF Electric Purple

📋 copy color: '#BE12FF'

red 190 ◦ green 18 ◦ blue 255

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

Shades of Electric Purple #BE12FF

Tints of Electric Purple #BE12FF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.89%

 BLUE value IS 255 (100% from 255) = 55.08%

R = 41.04%
G = 3.89%
B = 55.08%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BE12FF (or 0xBE12FF) is known color: Electric Purple. HEX triplet: BE, 12 and FF. RGB value is (190,18,255). Sum of RGB (Red+Green+Blue) = 190+18+255=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 18 (7.42% from 255 or 3.89% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE12FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE12FF is #41ED00. Grayscale: #5F5F5F. Windows color (decimal): -4320513 or 16716478. OLE color: 16716478.

HSL color Cylindrical-coordinate representation of color #BE12FF: hue angle of 283.54º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE12FF is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 190 18 255 -
CMYK 0.25 0.93 0 0
HSL 283.54º 1% 0.54% -
HSV(B) 283.54º 0.93% 1% -
XYZ 39.5 18.6 96.12 -
YUV 96.45 217.48 194.73 -
System Red Green Blue C M Y K H S L
Decimal 190 18 255 0.25 0.93 0 0 283.54 1 0.54
Hex BE 12 FF 19 5D 0 0 11C 64 36
Octal 276 22 377 31 135 0 0 434 144 66
Binary 10111110 10010 11111111 11001 1011101 0 0 100011100 1100100 110110

Color Harmonies of #BE12FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE12FF

Black with #BE12FF

Text Example


Text Example

White with #BE12FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE12FF; }

 p { color: rgb(190,18,255); }

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

background-color css

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

 a { background-color: rgb(190,18,255); }

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

border-color css

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

 span { border-color: rgb(190,18,255); }

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