Html Css Color HEX #BC0EE9 Electric Purple

📋 copy color: '#BC0EE9'

red 188 ◦ green 14 ◦ blue 233

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

Shades of Electric Purple #BC0EE9

Tints of Electric Purple #BC0EE9

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.22%

 BLUE value IS 233 (91.41% from 255) = 53.56%

R = 43.22%
G = 3.22%
B = 53.56%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BC0EE9 (or 0xBC0EE9) is known color: Electric Purple. HEX triplet: BC, 0E and E9. RGB value is (188,14,233). Sum of RGB (Red+Green+Blue) = 188+14+233=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 14 (5.86% from 255 or 3.22% from 435); Blue value is 233 (91.41% from 255 or 53.56% from 435); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC0EE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0EE9 is #43F116. Grayscale: #5A5A5A. Windows color (decimal): -4452631 or 15273660. OLE color: 15273660.

HSL color Cylindrical-coordinate representation of color #BC0EE9: hue angle of 287.67º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0EE9 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 14 233 -
CMYK 0.19 0.94 0 0.09
HSL 287.67º 0.89% 0.48% -
HSV(B) 287.67º 0.94% 0.91% -
XYZ 35.6 16.89 78.47 -
YUV 90.99 208.15 197.19 -
System Red Green Blue C M Y K H S L
Decimal 188 14 233 0.19 0.94 0 0.09 287.67 0.89 0.48
Hex BC E E9 13 5E 0 9 120 59 30
Octal 274 16 351 23 136 0 11 440 131 60
Binary 10111100 1110 11101001 10011 1011110 0 1001 100100000 1011001 110000

Color Harmonies of #BC0EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0EE9

Black with #BC0EE9

Text Example


Text Example

White with #BC0EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0EE9; }

 p { color: rgb(188,14,233); }

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

background-color css

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

 a { background-color: rgb(188,14,233); }

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

border-color css

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

 span { border-color: rgb(188,14,233); }

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