Html Css Color HEX #BC16EB Electric Purple

📋 copy color: '#BC16EB'

red 188 ◦ green 22 ◦ blue 235

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

Shades of Electric Purple #BC16EB

Tints of Electric Purple #BC16EB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.94%

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

R = 42.25%
G = 4.94%
B = 52.81%

CMYK

 C value IS 0.2

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC16EB (or 0xBC16EB) is known color: Electric Purple. HEX triplet: BC, 16 and EB. RGB value is (188,22,235). Sum of RGB (Red+Green+Blue) = 188+22+235=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 22 (8.98% from 255 or 4.94% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC16EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC16EB is #43E914. Grayscale: #5F5F5F. Windows color (decimal): -4450581 or 15406780. OLE color: 15406780.

HSL color Cylindrical-coordinate representation of color #BC16EB: hue angle of 286.76º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC16EB is Cyan = 0.2, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 22 235 -
CMYK 0.2 0.91 0 0.08
HSL 286.76º 0.84% 0.5% -
HSV(B) 286.76º 0.91% 0.92% -
XYZ 36.02 17.26 80.03 -
YUV 95.92 206.5 193.68 -
System Red Green Blue C M Y K H S L
Decimal 188 22 235 0.2 0.91 0 0.08 286.76 0.84 0.5
Hex BC 16 EB 14 5B 0 8 11F 54 32
Octal 274 26 353 24 133 0 10 437 124 62
Binary 10111100 10110 11101011 10100 1011011 0 1000 100011111 1010100 110010

Color Harmonies of #BC16EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC16EB

Black with #BC16EB

Text Example


Text Example

White with #BC16EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC16EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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