Html Css Color HEX #BC08EC Electric Purple

📋 copy color: '#BC08EC'

red 188 ◦ green 8 ◦ blue 236

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

Shades of Electric Purple #BC08EC

Tints of Electric Purple #BC08EC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.85%

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

R = 43.52%
G = 1.85%
B = 54.63%

CMYK

 C value IS 0.20

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC08EC (or 0xBC08EC) is known color: Electric Purple. HEX triplet: BC, 08 and EC. RGB value is (188,8,236). Sum of RGB (Red+Green+Blue) = 188+8+236=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 8 (3.52% from 255 or 1.85% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC08EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC08EC is #43F713. Grayscale: #575757. Windows color (decimal): -4454164 or 15468732. OLE color: 15468732.

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

Color convert

RGB 188 8 236 -
CMYK 0.20 0.97 0 0.07
HSL 287.37º 0.93% 0.48% -
HSV(B) 287.37º 0.97% 0.93% -
XYZ 35.97 16.92 80.73 -
YUV 87.81 211.63 199.46 -
System Red Green Blue C M Y K H S L
Decimal 188 8 236 0.20 0.97 0 0.07 287.37 0.93 0.48
Hex BC 8 EC 14 61 0 7 11F 5D 30
Octal 274 10 354 24 141 0 7 437 135 60
Binary 10111100 1000 11101100 10100 1100001 0 111 100011111 1011101 110000

Color Harmonies of #BC08EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC08EC

Black with #BC08EC

Text Example


Text Example

White with #BC08EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC08EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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