Html Css Color HEX #BE03E6 Electric Purple

📋 copy color: '#BE03E6'

red 190 ◦ green 3 ◦ blue 230

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

Shades of Electric Purple #BE03E6

Tints of Electric Purple #BE03E6

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.71%

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

R = 44.92%
G = 0.71%
B = 54.37%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BE03E6 (or 0xBE03E6) is known color: Electric Purple. HEX triplet: BE, 03 and E6. RGB value is (190,3,230). Sum of RGB (Red+Green+Blue) = 190+3+230=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 3 (1.56% from 255 or 0.71% from 423); Blue value is 230 (90.23% from 255 or 54.37% from 423); Max value from RGB is 230 - color contains mainly: blue. Hex color #BE03E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE03E6 is #41FC19. Grayscale: #545454. Windows color (decimal): -4324378 or 15074238. OLE color: 15074238.

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

Color convert

RGB 190 3 230 -
CMYK 0.17 0.99 0 0.10
HSL 289.43º 0.97% 0.46% -
HSV(B) 289.43º 0.99% 0.9% -
XYZ 35.55 16.73 76.22 -
YUV 84.79 209.95 203.04 -
System Red Green Blue C M Y K H S L
Decimal 190 3 230 0.17 0.99 0 0.10 289.43 0.97 0.46
Hex BE 3 E6 11 63 0 A 121 61 2E
Octal 276 3 346 21 143 0 12 441 141 56
Binary 10111110 11 11100110 10001 1100011 0 1010 100100001 1100001 101110

Color Harmonies of #BE03E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE03E6

Black with #BE03E6

Text Example


Text Example

White with #BE03E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE03E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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