Html Css Color HEX #BC09EB Electric Purple

📋 copy color: '#BC09EB'

red 188 ◦ green 9 ◦ blue 235

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

Shades of Electric Purple #BC09EB

Tints of Electric Purple #BC09EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.4%

R = 43.52%
G = 2.08%
B = 54.4%

CMYK

 C value IS 0.2

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC09EB (or 0xBC09EB) is known color: Electric Purple. HEX triplet: BC, 09 and EB. RGB value is (188,9,235). Sum of RGB (Red+Green+Blue) = 188+9+235=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 9 (3.91% from 255 or 2.08% from 432); Blue value is 235 (92.19% from 255 or 54.40% from 432); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC09EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC09EB is #43F614. Grayscale: #575757. Windows color (decimal): -4453909 or 15403452. OLE color: 15403452.

HSL color Cylindrical-coordinate representation of color #BC09EB: hue angle of 287.52º 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 #BC09EB is Cyan = 0.2, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 9 235 -
CMYK 0.2 0.96 0 0.08
HSL 287.52º 0.93% 0.48% -
HSV(B) 287.52º 0.96% 0.92% -
XYZ 35.83 16.88 79.97 -
YUV 88.29 210.8 199.12 -
System Red Green Blue C M Y K H S L
Decimal 188 9 235 0.2 0.96 0 0.08 287.52 0.93 0.48
Hex BC 9 EB 14 60 0 8 120 5D 30
Octal 274 11 353 24 140 0 10 440 135 60
Binary 10111100 1001 11101011 10100 1100000 0 1000 100100000 1011101 110000

Color Harmonies of #BC09EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC09EB

Black with #BC09EB

Text Example


Text Example

White with #BC09EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC09EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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