Html Css Color HEX #BE27ED Electric Purple

📋 copy color: '#BE27ED'

red 190 ◦ green 39 ◦ blue 237

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

Shades of Electric Purple #BE27ED

Tints of Electric Purple #BE27ED

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.37%

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

R = 40.77%
G = 8.37%
B = 50.86%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE27ED (or 0xBE27ED) is known color: Electric Purple. HEX triplet: BE, 27 and ED. RGB value is (190,39,237). Sum of RGB (Red+Green+Blue) = 190+39+237=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 39 (15.62% from 255 or 8.37% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE27ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE27ED is #41D812. Grayscale: #6A6A6A. Windows color (decimal): -4315155 or 15542206. OLE color: 15542206.

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

Color convert

RGB 190 39 237 -
CMYK 0.20 0.84 0 0.07
HSL 285.76º 0.85% 0.54% -
HSV(B) 285.76º 0.84% 0.93% -
XYZ 37.25 18.51 81.73 -
YUV 106.72 201.53 187.4 -
System Red Green Blue C M Y K H S L
Decimal 190 39 237 0.20 0.84 0 0.07 285.76 0.85 0.54
Hex BE 27 ED 14 54 0 7 11E 55 36
Octal 276 47 355 24 124 0 7 436 125 66
Binary 10111110 100111 11101101 10100 1010100 0 111 100011110 1010101 110110

Color Harmonies of #BE27ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE27ED

Black with #BE27ED

Text Example


Text Example

White with #BE27ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE27ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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