Html Css Color HEX #BC32FE Electric Purple

📋 copy color: '#BC32FE'

red 188 ◦ green 50 ◦ blue 254

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

Shades of Electric Purple #BC32FE

Tints of Electric Purple #BC32FE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.16%

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

R = 38.21%
G = 10.16%
B = 51.63%

CMYK

 C value IS 0.26

 M value IS 0.80

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BC32FE (or 0xBC32FE) is known color: Electric Purple. HEX triplet: BC, 32 and FE. RGB value is (188,50,254). Sum of RGB (Red+Green+Blue) = 188+50+254=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 50 (19.92% from 255 or 10.16% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC32FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC32FE is #43CD01. Grayscale: #717171. Windows color (decimal): -4443394 or 16659132. OLE color: 16659132.

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

Color convert

RGB 188 50 254 -
CMYK 0.26 0.80 0 0.00
HSL 280.59º 0.99% 0.6% -
HSV(B) 280.59º 0.8% 1% -
XYZ 39.77 20.13 95.56 -
YUV 114.52 206.72 180.41 -
System Red Green Blue C M Y K H S L
Decimal 188 50 254 0.26 0.80 0 0.00 280.59 0.99 0.6
Hex BC 32 FE 1A 50 0 0 119 63 3C
Octal 274 62 376 32 120 0 0 431 143 74
Binary 10111100 110010 11111110 11010 1010000 0 0 100011001 1100011 111100

Color Harmonies of #BC32FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC32FE

Black with #BC32FE

Text Example


Text Example

White with #BC32FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC32FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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