Html Css Color HEX #BC09FF Electric Purple

📋 copy color: '#BC09FF'

red 188 ◦ green 9 ◦ blue 255

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

Shades of Electric Purple #BC09FF

Tints of Electric Purple #BC09FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.42%

R = 41.59%
G = 1.99%
B = 56.42%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC09FF (or 0xBC09FF) is known color: Electric Purple. HEX triplet: BC, 09 and FF. RGB value is (188,9,255). Sum of RGB (Red+Green+Blue) = 188+9+255=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 9 (3.91% from 255 or 1.99% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC09FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC09FF is #43F600. Grayscale: #595959. Windows color (decimal): -4453889 or 16714172. OLE color: 16714172.

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

Color convert

RGB 188 9 255 -
CMYK 0.26 0.96 0 0
HSL 283.66º 1% 0.52% -
HSV(B) 283.66º 0.96% 1% -
XYZ 38.89 18.11 96.05 -
YUV 90.57 220.8 197.5 -
System Red Green Blue C M Y K H S L
Decimal 188 9 255 0.26 0.96 0 0 283.66 1 0.52
Hex BC 9 FF 1A 60 0 0 11C 64 34
Octal 274 11 377 32 140 0 0 434 144 64
Binary 10111100 1001 11111111 11010 1100000 0 0 100011100 1100100 110100

Color Harmonies of #BC09FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC09FF

Black with #BC09FF

Text Example


Text Example

White with #BC09FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC09FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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