Html Css Color HEX #BC08ED Electric Purple

📋 copy color: '#BC08ED'

red 188 ◦ green 8 ◦ blue 237

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

Shades of Electric Purple #BC08ED

Tints of Electric Purple #BC08ED

RGB

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

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

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

R = 43.42%
G = 1.85%
B = 54.73%

CMYK

 C value IS 0.21

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC08ED (or 0xBC08ED) is known color: Electric Purple. HEX triplet: BC, 08 and ED. RGB value is (188,8,237). Sum of RGB (Red+Green+Blue) = 188+8+237=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 8 (3.52% from 255 or 1.85% from 433); Blue value is 237 (92.97% from 255 or 54.73% from 433); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC08ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC08ED is #43F712. Grayscale: #575757. Windows color (decimal): -4454163 or 15534268. OLE color: 15534268.

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

Color convert

RGB 188 8 237 -
CMYK 0.21 0.97 0 0.07
HSL 287.16º 0.93% 0.48% -
HSV(B) 287.16º 0.97% 0.93% -
XYZ 36.11 16.98 81.49 -
YUV 87.93 212.13 199.38 -
System Red Green Blue C M Y K H S L
Decimal 188 8 237 0.21 0.97 0 0.07 287.16 0.93 0.48
Hex BC 8 ED 15 61 0 7 11F 5D 30
Octal 274 10 355 25 141 0 7 437 135 60
Binary 10111100 1000 11101101 10101 1100001 0 111 100011111 1011101 110000

Color Harmonies of #BC08ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC08ED

Black with #BC08ED

Text Example


Text Example

White with #BC08ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC08ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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