Html Css Color HEX #BC01EA Electric Purple

📋 copy color: '#BC01EA'

red 188 ◦ green 1 ◦ blue 234

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

Shades of Electric Purple #BC01EA

Tints of Electric Purple #BC01EA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

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

R = 44.44%
G = 0.24%
B = 55.32%

CMYK

 C value IS 0.20

 M value IS 1.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC01EA (or 0xBC01EA) is known color: Electric Purple. HEX triplet: BC, 01 and EA. RGB value is (188,1,234). Sum of RGB (Red+Green+Blue) = 188+1+234=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 1 (0.78% from 255 or 0.24% from 423); Blue value is 234 (91.80% from 255 or 55.32% from 423); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC01EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC01EA is #43FE15. Grayscale: #525252. Windows color (decimal): -4455958 or 15335868. OLE color: 15335868.

HSL color Cylindrical-coordinate representation of color #BC01EA: hue angle of 288.15º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC01EA is Cyan = 0.20, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 1 234 -
CMYK 0.20 1.00 0 0.08
HSL 288.15º 0.99% 0.46% -
HSV(B) 288.15º 1% 0.92% -
XYZ 35.6 16.65 79.18 -
YUV 83.48 212.95 202.55 -
System Red Green Blue C M Y K H S L
Decimal 188 1 234 0.20 1.00 0 0.08 288.15 0.99 0.46
Hex BC 1 EA 14 64 0 8 120 63 2E
Octal 274 1 352 24 144 0 10 440 143 56
Binary 10111100 1 11101010 10100 1100100 0 1000 100100000 1100011 101110

Color Harmonies of #BC01EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC01EA

Black with #BC01EA

Text Example


Text Example

White with #BC01EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC01EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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