Html Css Color HEX #BC0EEA Electric Purple

📋 copy color: '#BC0EEA'

red 188 ◦ green 14 ◦ blue 234

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

Shades of Electric Purple #BC0EEA

Tints of Electric Purple #BC0EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.67%

R = 43.12%
G = 3.21%
B = 53.67%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC0EEA (or 0xBC0EEA) is known color: Electric Purple. HEX triplet: BC, 0E and EA. RGB value is (188,14,234). Sum of RGB (Red+Green+Blue) = 188+14+234=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 14 (5.86% from 255 or 3.21% from 436); Blue value is 234 (91.80% from 255 or 53.67% from 436); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC0EEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0EEA is #43F115. Grayscale: #5A5A5A. Windows color (decimal): -4452630 or 15339196. OLE color: 15339196.

HSL color Cylindrical-coordinate representation of color #BC0EEA: hue angle of 287.45º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0EEA is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 14 234 -
CMYK 0.20 0.94 0 0.08
HSL 287.45º 0.89% 0.49% -
HSV(B) 287.45º 0.94% 0.92% -
XYZ 35.75 16.95 79.23 -
YUV 91.11 208.65 197.11 -
System Red Green Blue C M Y K H S L
Decimal 188 14 234 0.20 0.94 0 0.08 287.45 0.89 0.49
Hex BC E EA 14 5E 0 8 11F 59 31
Octal 274 16 352 24 136 0 10 437 131 61
Binary 10111100 1110 11101010 10100 1011110 0 1000 100011111 1011001 110001

Color Harmonies of #BC0EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0EEA

Black with #BC0EEA

Text Example


Text Example

White with #BC0EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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