Html Css Color HEX #BE00ED Electric Purple

📋 copy color: '#BE00ED'

red 190 ◦ green 0 ◦ blue 237

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

Shades of Electric Purple #BE00ED

Tints of Electric Purple #BE00ED

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 237 (92.97% from 255) = 55.5%

R = 44.5%
G = 0%
B = 55.5%

CMYK

 C value IS 0.20

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE00ED (or 0xBE00ED) is known color: Electric Purple. HEX triplet: BE, 00 and ED. RGB value is (190,0,237). Sum of RGB (Red+Green+Blue) = 190+0+237=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 0 (0.39% from 255 or 0% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE00ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE00ED is #41FF12. Grayscale: #535353. Windows color (decimal): -4325139 or 15532222. OLE color: 15532222.

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

Color convert

RGB 190 0 237 -
CMYK 0.20 1 0 0.07
HSL 288.1º 1% 0.46% -
HSV(B) 288.1º 1% 0.93% -
XYZ 36.52 17.06 81.49 -
YUV 83.83 214.45 203.73 -
System Red Green Blue C M Y K H S L
Decimal 190 0 237 0.20 1 0 0.07 288.1 1 0.46
Hex BE 0 ED 14 64 0 7 120 64 2E
Octal 276 0 355 24 144 0 7 440 144 56
Binary 10111110 0 11101101 10100 1100100 0 111 100100000 1100100 101110

Color Harmonies of #BE00ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE00ED

Black with #BE00ED

Text Example


Text Example

White with #BE00ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE00ED; }

 p { color: rgb(190,0,237); }

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

background-color css

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

 a { background-color: rgb(190,0,237); }

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

border-color css

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

 span { border-color: rgb(190,0,237); }

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