Html Css Color HEX #BE0CE4 Electric Purple

📋 copy color: '#BE0CE4'

red 190 ◦ green 12 ◦ blue 228

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

Shades of Electric Purple #BE0CE4

Tints of Electric Purple #BE0CE4

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.79%

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

R = 44.19%
G = 2.79%
B = 53.02%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BE0CE4 (or 0xBE0CE4) is known color: Electric Purple. HEX triplet: BE, 0C and E4. RGB value is (190,12,228). Sum of RGB (Red+Green+Blue) = 190+12+228=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 12 (5.08% from 255 or 2.79% from 430); Blue value is 228 (89.45% from 255 or 53.02% from 430); Max value from RGB is 228 - color contains mainly: blue. Hex color #BE0CE4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0CE4 is #41F31B. Grayscale: #595959. Windows color (decimal): -4322076 or 14945470. OLE color: 14945470.

HSL color Cylindrical-coordinate representation of color #BE0CE4: hue angle of 289.44º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE0CE4 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 190 12 228 -
CMYK 0.17 0.95 0 0.11
HSL 289.44º 0.9% 0.47% -
HSV(B) 289.44º 0.95% 0.89% -
XYZ 35.37 16.81 74.78 -
YUV 89.85 205.97 199.44 -
System Red Green Blue C M Y K H S L
Decimal 190 12 228 0.17 0.95 0 0.11 289.44 0.9 0.47
Hex BE C E4 11 5F 0 B 121 5A 2F
Octal 276 14 344 21 137 0 13 441 132 57
Binary 10111110 1100 11100100 10001 1011111 0 1011 100100001 1011010 101111

Color Harmonies of #BE0CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0CE4

Black with #BE0CE4

Text Example


Text Example

White with #BE0CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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