Html Css Color HEX #BC31FF Electric Purple

📋 copy color: '#BC31FF'

red 188 ◦ green 49 ◦ blue 255

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

Shades of Electric Purple #BC31FF

Tints of Electric Purple #BC31FF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.96%

 BLUE value IS 255 (100% from 255) = 51.83%

R = 38.21%
G = 9.96%
B = 51.83%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC31FF (or 0xBC31FF) is known color: Electric Purple. HEX triplet: BC, 31 and FF. RGB value is (188,49,255). Sum of RGB (Red+Green+Blue) = 188+49+255=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 49 (19.53% from 255 or 9.96% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC31FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC31FF is #43CE00. Grayscale: #717171. Windows color (decimal): -4443649 or 16724412. OLE color: 16724412.

HSL color Cylindrical-coordinate representation of color #BC31FF: hue angle of 280.49º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC31FF is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 188 49 255 -
CMYK 0.26 0.81 0 0
HSL 280.49º 1% 0.6% -
HSV(B) 280.49º 0.81% 1% -
XYZ 39.89 20.11 96.39 -
YUV 114.05 207.55 180.75 -
System Red Green Blue C M Y K H S L
Decimal 188 49 255 0.26 0.81 0 0 280.49 1 0.6
Hex BC 31 FF 1A 51 0 0 118 64 3C
Octal 274 61 377 32 121 0 0 430 144 74
Binary 10111100 110001 11111111 11010 1010001 0 0 100011000 1100100 111100

Color Harmonies of #BC31FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC31FF

Black with #BC31FF

Text Example


Text Example

White with #BC31FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC31FF; }

 p { color: rgb(188,49,255); }

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

background-color css

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

 a { background-color: rgb(188,49,255); }

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

border-color css

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

 span { border-color: rgb(188,49,255); }

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