Html Css Color HEX #BC16FB Electric Purple

📋 copy color: '#BC16FB'

red 188 ◦ green 22 ◦ blue 251

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

Shades of Electric Purple #BC16FB

Tints of Electric Purple #BC16FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.45%

R = 40.78%
G = 4.77%
B = 54.45%

CMYK

 C value IS 0.25

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC16FB (or 0xBC16FB) is known color: Electric Purple. HEX triplet: BC, 16 and FB. RGB value is (188,22,251). Sum of RGB (Red+Green+Blue) = 188+22+251=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 22 (8.98% from 255 or 4.77% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC16FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC16FB is #43E904. Grayscale: #606060. Windows color (decimal): -4450565 or 16455356. OLE color: 16455356.

HSL color Cylindrical-coordinate representation of color #BC16FB: hue angle of 283.49º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC16FB is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 22 251 -
CMYK 0.25 0.91 0 0.02
HSL 283.49º 0.97% 0.54% -
HSV(B) 283.49º 0.91% 0.98% -
XYZ 38.44 18.23 92.76 -
YUV 97.74 214.5 192.38 -
System Red Green Blue C M Y K H S L
Decimal 188 22 251 0.25 0.91 0 0.02 283.49 0.97 0.54
Hex BC 16 FB 19 5B 0 2 11B 61 36
Octal 274 26 373 31 133 0 2 433 141 66
Binary 10111100 10110 11111011 11001 1011011 0 10 100011011 1100001 110110

Color Harmonies of #BC16FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC16FB

Black with #BC16FB

Text Example


Text Example

White with #BC16FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC16FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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