Html Css Color HEX #BC09EA Electric Purple

📋 copy color: '#BC09EA'

red 188 ◦ green 9 ◦ blue 234

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

Shades of Electric Purple #BC09EA

Tints of Electric Purple #BC09EA

RGB

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

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

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

R = 43.62%
G = 2.09%
B = 54.29%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC09EA (or 0xBC09EA) is known color: Electric Purple. HEX triplet: BC, 09 and EA. RGB value is (188,9,234). Sum of RGB (Red+Green+Blue) = 188+9+234=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 9 (3.91% from 255 or 2.09% from 431); Blue value is 234 (91.80% from 255 or 54.29% from 431); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC09EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC09EA is #43F615. Grayscale: #575757. Windows color (decimal): -4453910 or 15337916. OLE color: 15337916.

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

Color convert

RGB 188 9 234 -
CMYK 0.20 0.96 0 0.08
HSL 287.73º 0.93% 0.48% -
HSV(B) 287.73º 0.96% 0.92% -
XYZ 35.69 16.83 79.21 -
YUV 88.17 210.3 199.2 -
System Red Green Blue C M Y K H S L
Decimal 188 9 234 0.20 0.96 0 0.08 287.73 0.93 0.48
Hex BC 9 EA 14 60 0 8 120 5D 30
Octal 274 11 352 24 140 0 10 440 135 60
Binary 10111100 1001 11101010 10100 1100000 0 1000 100100000 1011101 110000

Color Harmonies of #BC09EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC09EA

Black with #BC09EA

Text Example


Text Example

White with #BC09EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC09EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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