Html Css Color HEX #BC31FB Electric Purple

📋 copy color: '#BC31FB'

red 188 ◦ green 49 ◦ blue 251

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

Shades of Electric Purple #BC31FB

Tints of Electric Purple #BC31FB

RGB

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

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

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

R = 38.52%
G = 10.04%
B = 51.43%

CMYK

 C value IS 0.25

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC31FB (or 0xBC31FB) is known color: Electric Purple. HEX triplet: BC, 31 and FB. RGB value is (188,49,251). Sum of RGB (Red+Green+Blue) = 188+49+251=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 49 (19.53% from 255 or 10.04% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC31FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC31FB is #43CE04. Grayscale: #707070. Windows color (decimal): -4443653 or 16462268. OLE color: 16462268.

HSL color Cylindrical-coordinate representation of color #BC31FB: hue angle of 281.29º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC31FB is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 49 251 -
CMYK 0.25 0.80 0 0.02
HSL 281.29º 0.96% 0.59% -
HSV(B) 281.29º 0.8% 0.98% -
XYZ 39.25 19.85 93.03 -
YUV 113.59 205.55 181.07 -
System Red Green Blue C M Y K H S L
Decimal 188 49 251 0.25 0.80 0 0.02 281.29 0.96 0.59
Hex BC 31 FB 19 50 0 2 119 60 3B
Octal 274 61 373 31 120 0 2 431 140 73
Binary 10111100 110001 11111011 11001 1010000 0 10 100011001 1100000 111011

Color Harmonies of #BC31FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC31FB

Black with #BC31FB

Text Example


Text Example

White with #BC31FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC31FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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