Html Css Color HEX #BE07E4 Electric Purple

📋 copy color: '#BE07E4'

red 190 ◦ green 7 ◦ blue 228

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

Shades of Electric Purple #BE07E4

Tints of Electric Purple #BE07E4

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.65%

 BLUE value IS 228 (89.45% from 255) = 53.65%

R = 44.71%
G = 1.65%
B = 53.65%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BE07E4 (or 0xBE07E4) is known color: Electric Purple. HEX triplet: BE, 07 and E4. RGB value is (190,7,228). Sum of RGB (Red+Green+Blue) = 190+7+228=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 7 (3.12% from 255 or 1.65% from 425); Blue value is 228 (89.45% from 255 or 53.65% from 425); Max value from RGB is 228 - color contains mainly: blue. Hex color #BE07E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE07E4 is #41F81B. Grayscale: #565656. Windows color (decimal): -4323356 or 14944190. OLE color: 14944190.

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

Color convert

RGB 190 7 228 -
CMYK 0.17 0.97 0 0.11
HSL 289.68º 0.94% 0.46% -
HSV(B) 289.68º 0.97% 0.89% -
XYZ 35.31 16.7 74.76 -
YUV 86.91 207.63 201.53 -
System Red Green Blue C M Y K H S L
Decimal 190 7 228 0.17 0.97 0 0.11 289.68 0.94 0.46
Hex BE 7 E4 11 61 0 B 122 5E 2E
Octal 276 7 344 21 141 0 13 442 136 56
Binary 10111110 111 11100100 10001 1100001 0 1011 100100010 1011110 101110

Color Harmonies of #BE07E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE07E4

Black with #BE07E4

Text Example


Text Example

White with #BE07E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE07E4; }

 p { color: rgb(190,7,228); }

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

background-color css

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

 a { background-color: rgb(190,7,228); }

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

border-color css

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

 span { border-color: rgb(190,7,228); }

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