Html Css Color HEX #BC08EA Electric Purple

📋 copy color: '#BC08EA'

red 188 ◦ green 8 ◦ blue 234

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

Shades of Electric Purple #BC08EA

Tints of Electric Purple #BC08EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.42%

R = 43.72%
G = 1.86%
B = 54.42%

CMYK

 C value IS 0.20

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC08EA (or 0xBC08EA) is known color: Electric Purple. HEX triplet: BC, 08 and EA. RGB value is (188,8,234). Sum of RGB (Red+Green+Blue) = 188+8+234=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 8 (3.52% from 255 or 1.86% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC08EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC08EA is #43F715. Grayscale: #565656. Windows color (decimal): -4454166 or 15337660. OLE color: 15337660.

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

Color convert

RGB 188 8 234 -
CMYK 0.20 0.97 0 0.08
HSL 287.79º 0.93% 0.47% -
HSV(B) 287.79º 0.97% 0.92% -
XYZ 35.68 16.81 79.21 -
YUV 87.58 210.63 199.62 -
System Red Green Blue C M Y K H S L
Decimal 188 8 234 0.20 0.97 0 0.08 287.79 0.93 0.47
Hex BC 8 EA 14 61 0 8 120 5D 2F
Octal 274 10 352 24 141 0 10 440 135 57
Binary 10111100 1000 11101010 10100 1100001 0 1000 100100000 1011101 101111

Color Harmonies of #BC08EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC08EA

Black with #BC08EA

Text Example


Text Example

White with #BC08EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC08EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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