Html Css Color HEX #BC0FEA Electric Purple

📋 copy color: '#BC0FEA'

red 188 ◦ green 15 ◦ blue 234

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

Shades of Electric Purple #BC0FEA

Tints of Electric Purple #BC0FEA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.43%

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

R = 43.02%
G = 3.43%
B = 53.55%

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

#BC0FEA (or 0xBC0FEA) is known color: Electric Purple. HEX triplet: BC, 0F and EA. RGB value is (188,15,234). Sum of RGB (Red+Green+Blue) = 188+15+234=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 15 (6.25% from 255 or 3.43% from 437); Blue value is 234 (91.80% from 255 or 53.55% from 437); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC0FEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0FEA is #43F015. Grayscale: #5A5A5A. Windows color (decimal): -4452374 or 15339452. OLE color: 15339452.

HSL color Cylindrical-coordinate representation of color #BC0FEA: hue angle of 287.4º degrees, saturation: 0.88, 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 #BC0FEA is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 15 234 -
CMYK 0.20 0.94 0 0.08
HSL 287.4º 0.88% 0.49% -
HSV(B) 287.4º 0.94% 0.92% -
XYZ 35.76 16.97 79.23 -
YUV 91.69 208.31 196.69 -
System Red Green Blue C M Y K H S L
Decimal 188 15 234 0.20 0.94 0 0.08 287.4 0.88 0.49
Hex BC F EA 14 5E 0 8 11F 58 31
Octal 274 17 352 24 136 0 10 437 130 61
Binary 10111100 1111 11101010 10100 1011110 0 1000 100011111 1011000 110001

Color Harmonies of #BC0FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0FEA

Black with #BC0FEA

Text Example


Text Example

White with #BC0FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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