Html Css Color HEX #BC16EA Electric Purple

📋 copy color: '#BC16EA'

red 188 ◦ green 22 ◦ blue 234

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

Shades of Electric Purple #BC16EA

Tints of Electric Purple #BC16EA

RGB

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

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

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

R = 42.34%
G = 4.95%
B = 52.7%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC16EA (or 0xBC16EA) is known color: Electric Purple. HEX triplet: BC, 16 and EA. RGB value is (188,22,234). Sum of RGB (Red+Green+Blue) = 188+22+234=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 22 (8.98% from 255 or 4.95% from 444); Blue value is 234 (91.80% from 255 or 52.70% from 444); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC16EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC16EA is #43E915. Grayscale: #5F5F5F. Windows color (decimal): -4450582 or 15341244. OLE color: 15341244.

HSL color Cylindrical-coordinate representation of color #BC16EA: hue angle of 286.98º degrees, saturation: 0.83, 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 #BC16EA is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 22 234 -
CMYK 0.20 0.91 0 0.08
HSL 286.98º 0.83% 0.5% -
HSV(B) 286.98º 0.91% 0.92% -
XYZ 35.88 17.21 79.27 -
YUV 95.8 206 193.76 -
System Red Green Blue C M Y K H S L
Decimal 188 22 234 0.20 0.91 0 0.08 286.98 0.83 0.5
Hex BC 16 EA 14 5B 0 8 11F 53 32
Octal 274 26 352 24 133 0 10 437 123 62
Binary 10111100 10110 11101010 10100 1011011 0 1000 100011111 1010011 110010

Color Harmonies of #BC16EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC16EA

Black with #BC16EA

Text Example


Text Example

White with #BC16EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC16EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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