Html Css Color HEX #BC17FB Electric Purple

📋 copy color: '#BC17FB'

red 188 ◦ green 23 ◦ blue 251

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

Shades of Electric Purple #BC17FB

Tints of Electric Purple #BC17FB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.98%

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

R = 40.69%
G = 4.98%
B = 54.33%

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

#BC17FB (or 0xBC17FB) is known color: Electric Purple. HEX triplet: BC, 17 and FB. RGB value is (188,23,251). Sum of RGB (Red+Green+Blue) = 188+23+251=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 23 (9.38% from 255 or 4.98% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC17FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC17FB is #43E804. Grayscale: #616161. Windows color (decimal): -4450309 or 16455612. OLE color: 16455612.

HSL color Cylindrical-coordinate representation of color #BC17FB: hue angle of 283.42º 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 #BC17FB is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 23 251 -
CMYK 0.25 0.91 0 0.02
HSL 283.42º 0.97% 0.54% -
HSV(B) 283.42º 0.91% 0.98% -
XYZ 38.46 18.27 92.77 -
YUV 98.33 214.16 191.96 -
System Red Green Blue C M Y K H S L
Decimal 188 23 251 0.25 0.91 0 0.02 283.42 0.97 0.54
Hex BC 17 FB 19 5B 0 2 11B 61 36
Octal 274 27 373 31 133 0 2 433 141 66
Binary 10111100 10111 11111011 11001 1011011 0 10 100011011 1100001 110110

Color Harmonies of #BC17FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC17FB

Black with #BC17FB

Text Example


Text Example

White with #BC17FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC17FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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