Html Css Color HEX #BC09ED Electric Purple

📋 copy color: '#BC09ED'

red 188 ◦ green 9 ◦ blue 237

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

Shades of Electric Purple #BC09ED

Tints of Electric Purple #BC09ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.61%

R = 43.32%
G = 2.07%
B = 54.61%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC09ED (or 0xBC09ED) is known color: Electric Purple. HEX triplet: BC, 09 and ED. RGB value is (188,9,237). Sum of RGB (Red+Green+Blue) = 188+9+237=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 9 (3.91% from 255 or 2.07% from 434); Blue value is 237 (92.97% from 255 or 54.61% from 434); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC09ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC09ED is #43F612. Grayscale: #575757. Windows color (decimal): -4453907 or 15534524. OLE color: 15534524.

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

Color convert

RGB 188 9 237 -
CMYK 0.21 0.96 0 0.07
HSL 287.11º 0.93% 0.48% -
HSV(B) 287.11º 0.96% 0.93% -
XYZ 36.12 17 81.5 -
YUV 88.51 211.8 198.96 -
System Red Green Blue C M Y K H S L
Decimal 188 9 237 0.21 0.96 0 0.07 287.11 0.93 0.48
Hex BC 9 ED 15 60 0 7 11F 5D 30
Octal 274 11 355 25 140 0 7 437 135 60
Binary 10111100 1001 11101101 10101 1100000 0 111 100011111 1011101 110000

Color Harmonies of #BC09ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC09ED

Black with #BC09ED

Text Example


Text Example

White with #BC09ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC09ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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