Html Css Color HEX #BC02ED Electric Purple

📋 copy color: '#BC02ED'

red 188 ◦ green 2 ◦ blue 237

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

Shades of Electric Purple #BC02ED

Tints of Electric Purple #BC02ED

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.47%

 BLUE value IS 237 (92.97% from 255) = 55.5%

R = 44.03%
G = 0.47%
B = 55.5%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC02ED (or 0xBC02ED) is known color: Electric Purple. HEX triplet: BC, 02 and ED. RGB value is (188,2,237). Sum of RGB (Red+Green+Blue) = 188+2+237=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 2 (1.17% from 255 or 0.47% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC02ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC02ED is #43FD12. Grayscale: #535353. Windows color (decimal): -4455699 or 15532732. OLE color: 15532732.

HSL color Cylindrical-coordinate representation of color #BC02ED: hue angle of 287.49º degrees, saturation: 0.98, 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 #BC02ED is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 2 237 -
CMYK 0.21 0.99 0 0.07
HSL 287.49º 0.98% 0.47% -
HSV(B) 287.49º 0.99% 0.93% -
XYZ 36.05 16.85 81.47 -
YUV 84.4 214.12 201.89 -
System Red Green Blue C M Y K H S L
Decimal 188 2 237 0.21 0.99 0 0.07 287.49 0.98 0.47
Hex BC 2 ED 15 63 0 7 11F 62 2F
Octal 274 2 355 25 143 0 7 437 142 57
Binary 10111100 10 11101101 10101 1100011 0 111 100011111 1100010 101111

Color Harmonies of #BC02ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC02ED

Black with #BC02ED

Text Example


Text Example

White with #BC02ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC02ED; }

 p { color: rgb(188,2,237); }

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

background-color css

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

 a { background-color: rgb(188,2,237); }

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

border-color css

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

 span { border-color: rgb(188,2,237); }

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