Html Css Color HEX #BC03EC Electric Purple

📋 copy color: '#BC03EC'

red 188 ◦ green 3 ◦ blue 236

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

Shades of Electric Purple #BC03EC

Tints of Electric Purple #BC03EC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.7%

 BLUE value IS 236 (92.58% from 255) = 55.27%

R = 44.03%
G = 0.7%
B = 55.27%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC03EC (or 0xBC03EC) is known color: Electric Purple. HEX triplet: BC, 03 and EC. RGB value is (188,3,236). Sum of RGB (Red+Green+Blue) = 188+3+236=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 3 (1.56% from 255 or 0.70% from 427); Blue value is 236 (92.58% from 255 or 55.27% from 427); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC03EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC03EC is #43FC13. Grayscale: #545454. Windows color (decimal): -4455444 or 15467452. OLE color: 15467452.

HSL color Cylindrical-coordinate representation of color #BC03EC: hue angle of 287.64º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC03EC is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 3 236 -
CMYK 0.20 0.99 0 0.07
HSL 287.64º 0.97% 0.47% -
HSV(B) 287.64º 0.99% 0.93% -
XYZ 35.91 16.81 80.71 -
YUV 84.88 213.29 201.55 -
System Red Green Blue C M Y K H S L
Decimal 188 3 236 0.20 0.99 0 0.07 287.64 0.97 0.47
Hex BC 3 EC 14 63 0 7 120 61 2F
Octal 274 3 354 24 143 0 7 440 141 57
Binary 10111100 11 11101100 10100 1100011 0 111 100100000 1100001 101111

Color Harmonies of #BC03EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC03EC

Black with #BC03EC

Text Example


Text Example

White with #BC03EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC03EC; }

 p { color: rgb(188,3,236); }

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

background-color css

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

 a { background-color: rgb(188,3,236); }

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

border-color css

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

 span { border-color: rgb(188,3,236); }

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