Html Css Color HEX #BC2BFE Electric Purple

📋 copy color: '#BC2BFE'

red 188 ◦ green 43 ◦ blue 254

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

Shades of Electric Purple #BC2BFE

Tints of Electric Purple #BC2BFE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.87%

 BLUE value IS 254 (99.61% from 255) = 52.37%

R = 38.76%
G = 8.87%
B = 52.37%

CMYK

 C value IS 0.26

 M value IS 0.83

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BC2BFE (or 0xBC2BFE) is known color: Electric Purple. HEX triplet: BC, 2B and FE. RGB value is (188,43,254). Sum of RGB (Red+Green+Blue) = 188+43+254=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 43 (17.19% from 255 or 8.87% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC2BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2BFE is #43D401. Grayscale: #6D6D6D. Windows color (decimal): -4445186 or 16657340. OLE color: 16657340.

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

Color convert

RGB 188 43 254 -
CMYK 0.26 0.83 0 0.00
HSL 281.23º 0.99% 0.58% -
HSV(B) 281.23º 0.83% 1% -
XYZ 39.49 19.57 95.46 -
YUV 110.41 209.04 183.34 -
System Red Green Blue C M Y K H S L
Decimal 188 43 254 0.26 0.83 0 0.00 281.23 0.99 0.58
Hex BC 2B FE 1A 53 0 0 119 63 3A
Octal 274 53 376 32 123 0 0 431 143 72
Binary 10111100 101011 11111110 11010 1010011 0 0 100011001 1100011 111010

Color Harmonies of #BC2BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2BFE

Black with #BC2BFE

Text Example


Text Example

White with #BC2BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2BFE; }

 p { color: rgb(188,43,254); }

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

background-color css

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

 a { background-color: rgb(188,43,254); }

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

border-color css

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

 span { border-color: rgb(188,43,254); }

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