Html Css Color HEX #BC06ED Electric Purple

📋 copy color: '#BC06ED'

red 188 ◦ green 6 ◦ blue 237

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

Shades of Electric Purple #BC06ED

Tints of Electric Purple #BC06ED

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.39%

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

R = 43.62%
G = 1.39%
B = 54.99%

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

#BC06ED (or 0xBC06ED) is known color: Electric Purple. HEX triplet: BC, 06 and ED. RGB value is (188,6,237). Sum of RGB (Red+Green+Blue) = 188+6+237=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 6 (2.73% from 255 or 1.39% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC06ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC06ED is #43F912. Grayscale: #565656. Windows color (decimal): -4454675 or 15533756. OLE color: 15533756.

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

Color convert

RGB 188 6 237 -
CMYK 0.21 0.97 0 0.07
HSL 287.27º 0.95% 0.48% -
HSV(B) 287.27º 0.97% 0.93% -
XYZ 36.09 16.94 81.49 -
YUV 86.75 212.8 200.22 -
System Red Green Blue C M Y K H S L
Decimal 188 6 237 0.21 0.97 0 0.07 287.27 0.95 0.48
Hex BC 6 ED 15 61 0 7 11F 5F 30
Octal 274 6 355 25 141 0 7 437 137 60
Binary 10111100 110 11101101 10101 1100001 0 111 100011111 1011111 110000

Color Harmonies of #BC06ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC06ED

Black with #BC06ED

Text Example


Text Example

White with #BC06ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC06ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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