Html Css Color HEX #BC31FD Electric Purple

📋 copy color: '#BC31FD'

red 188 ◦ green 49 ◦ blue 253

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

Shades of Electric Purple #BC31FD

Tints of Electric Purple #BC31FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.63%

R = 38.37%
G = 10%
B = 51.63%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC31FD (or 0xBC31FD) is known color: Electric Purple. HEX triplet: BC, 31 and FD. RGB value is (188,49,253). Sum of RGB (Red+Green+Blue) = 188+49+253=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 49 (19.53% from 255 or 10% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC31FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC31FD is #43CE02. Grayscale: #717171. Windows color (decimal): -4443651 or 16593340. OLE color: 16593340.

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

Color convert

RGB 188 49 253 -
CMYK 0.26 0.81 0 0.01
HSL 280.88º 0.98% 0.59% -
HSV(B) 280.88º 0.81% 0.99% -
XYZ 39.57 19.98 94.7 -
YUV 113.82 206.55 180.91 -
System Red Green Blue C M Y K H S L
Decimal 188 49 253 0.26 0.81 0 0.01 280.88 0.98 0.59
Hex BC 31 FD 1A 51 0 1 119 62 3B
Octal 274 61 375 32 121 0 1 431 142 73
Binary 10111100 110001 11111101 11010 1010001 0 1 100011001 1100010 111011

Color Harmonies of #BC31FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC31FD

Black with #BC31FD

Text Example


Text Example

White with #BC31FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC31FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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