Html Css Color HEX #BC0EE4 Electric Purple

📋 copy color: '#BC0EE4'

red 188 ◦ green 14 ◦ blue 228

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

Shades of Electric Purple #BC0EE4

Tints of Electric Purple #BC0EE4

RGB

 RED value IS 188 (73.83% from 255) = 43.72%

 GREEN value IS 14 (5.86% from 255) = 3.26%

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

R = 43.72%
G = 3.26%
B = 53.02%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BC0EE4 (or 0xBC0EE4) is known color: Electric Purple. HEX triplet: BC, 0E and E4. RGB value is (188,14,228). Sum of RGB (Red+Green+Blue) = 188+14+228=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 14 (5.86% from 255 or 3.26% 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 #BC0EE4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0EE4 is #43F11B. Grayscale: #595959. Windows color (decimal): -4452636 or 14945980. OLE color: 14945980.

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

Color convert

RGB 188 14 228 -
CMYK 0.18 0.94 0 0.11
HSL 288.79º 0.88% 0.47% -
HSV(B) 288.79º 0.94% 0.89% -
XYZ 34.9 16.61 74.76 -
YUV 90.42 205.65 197.6 -
System Red Green Blue C M Y K H S L
Decimal 188 14 228 0.18 0.94 0 0.11 288.79 0.88 0.47
Hex BC E E4 12 5E 0 B 121 58 2F
Octal 274 16 344 22 136 0 13 441 130 57
Binary 10111100 1110 11100100 10010 1011110 0 1011 100100001 1011000 101111

Color Harmonies of #BC0EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0EE4

Black with #BC0EE4

Text Example


Text Example

White with #BC0EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0EE4; }

 p { color: rgb(188,14,228); }

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

background-color css

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

 a { background-color: rgb(188,14,228); }

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

border-color css

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

 span { border-color: rgb(188,14,228); }

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