Html Css Color HEX #BC2FFF Electric Purple

📋 copy color: '#BC2FFF'

red 188 ◦ green 47 ◦ blue 255

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

Shades of Electric Purple #BC2FFF

Tints of Electric Purple #BC2FFF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.59%

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

R = 38.37%
G = 9.59%
B = 52.04%

CMYK

 C value IS 0.26

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC2FFF (or 0xBC2FFF) is known color: Electric Purple. HEX triplet: BC, 2F and FF. RGB value is (188,47,255). Sum of RGB (Red+Green+Blue) = 188+47+255=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 47 (18.75% from 255 or 9.59% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC2FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2FFF is #43D000. Grayscale: #707070. Windows color (decimal): -4444161 or 16723900. OLE color: 16723900.

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

Color convert

RGB 188 47 255 -
CMYK 0.26 0.82 0 0
HSL 280.67º 1% 0.59% -
HSV(B) 280.67º 0.82% 1% -
XYZ 39.81 19.94 96.36 -
YUV 112.87 208.21 181.59 -
System Red Green Blue C M Y K H S L
Decimal 188 47 255 0.26 0.82 0 0 280.67 1 0.59
Hex BC 2F FF 1A 52 0 0 119 64 3B
Octal 274 57 377 32 122 0 0 431 144 73
Binary 10111100 101111 11111111 11010 1010010 0 0 100011001 1100100 111011

Color Harmonies of #BC2FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2FFF

Black with #BC2FFF

Text Example


Text Example

White with #BC2FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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