Html Css Color HEX #BC1FFC Electric Purple

📋 copy color: '#BC1FFC'

red 188 ◦ green 31 ◦ blue 252

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

Shades of Electric Purple #BC1FFC

Tints of Electric Purple #BC1FFC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.58%

 BLUE value IS 252 (98.83% from 255) = 53.5%

R = 39.92%
G = 6.58%
B = 53.5%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC1FFC (or 0xBC1FFC) is known color: Electric Purple. HEX triplet: BC, 1F and FC. RGB value is (188,31,252). Sum of RGB (Red+Green+Blue) = 188+31+252=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 31 (12.5% from 255 or 6.58% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC1FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1FFC is #43E003. Grayscale: #666666. Windows color (decimal): -4448260 or 16523196. OLE color: 16523196.

HSL color Cylindrical-coordinate representation of color #BC1FFC: hue angle of 282.62º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1FFC is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 31 252 -
CMYK 0.25 0.88 0 0.01
HSL 282.62º 0.97% 0.55% -
HSV(B) 282.62º 0.88% 0.99% -
XYZ 38.8 18.7 93.66 -
YUV 103.14 212.01 188.53 -
System Red Green Blue C M Y K H S L
Decimal 188 31 252 0.25 0.88 0 0.01 282.62 0.97 0.55
Hex BC 1F FC 19 58 0 1 11B 61 37
Octal 274 37 374 31 130 0 1 433 141 67
Binary 10111100 11111 11111100 11001 1011000 0 1 100011011 1100001 110111

Color Harmonies of #BC1FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1FFC

Black with #BC1FFC

Text Example


Text Example

White with #BC1FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1FFC; }

 p { color: rgb(188,31,252); }

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

background-color css

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

 a { background-color: rgb(188,31,252); }

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

border-color css

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

 span { border-color: rgb(188,31,252); }

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