Html Css Color HEX #BC09FE Electric Purple

📋 copy color: '#BC09FE'

red 188 ◦ green 9 ◦ blue 254

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

Shades of Electric Purple #BC09FE

Tints of Electric Purple #BC09FE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2%

 BLUE value IS 254 (99.61% from 255) = 56.32%

R = 41.69%
G = 2%
B = 56.32%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BC09FE (or 0xBC09FE) is known color: Electric Purple. HEX triplet: BC, 09 and FE. RGB value is (188,9,254). Sum of RGB (Red+Green+Blue) = 188+9+254=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 9 (3.91% from 255 or 2.00% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC09FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC09FE is #43F601. Grayscale: #595959. Windows color (decimal): -4453890 or 16648636. OLE color: 16648636.

HSL color Cylindrical-coordinate representation of color #BC09FE: hue angle of 283.84º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC09FE is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 9 254 -
CMYK 0.26 0.96 0 0.00
HSL 283.84º 0.99% 0.52% -
HSV(B) 283.84º 0.96% 1% -
XYZ 38.73 18.04 95.21 -
YUV 90.45 220.3 197.58 -
System Red Green Blue C M Y K H S L
Decimal 188 9 254 0.26 0.96 0 0.00 283.84 0.99 0.52
Hex BC 9 FE 1A 60 0 0 11C 63 34
Octal 274 11 376 32 140 0 0 434 143 64
Binary 10111100 1001 11111110 11010 1100000 0 0 100011100 1100011 110100

Color Harmonies of #BC09FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC09FE

Black with #BC09FE

Text Example


Text Example

White with #BC09FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC09FE; }

 p { color: rgb(188,9,254); }

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

background-color css

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

 a { background-color: rgb(188,9,254); }

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

border-color css

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

 span { border-color: rgb(188,9,254); }

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