Html Css Color HEX #BC25FE Electric Purple

📋 copy color: '#BC25FE'

red 188 ◦ green 37 ◦ blue 254

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

Shades of Electric Purple #BC25FE

Tints of Electric Purple #BC25FE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.72%

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

R = 39.25%
G = 7.72%
B = 53.03%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BC25FE (or 0xBC25FE) is known color: Electric Purple. HEX triplet: BC, 25 and FE. RGB value is (188,37,254). Sum of RGB (Red+Green+Blue) = 188+37+254=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 37 (14.84% from 255 or 7.72% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC25FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC25FE is #43DA01. Grayscale: #6A6A6A. Windows color (decimal): -4446722 or 16655804. OLE color: 16655804.

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

Color convert

RGB 188 37 254 -
CMYK 0.26 0.85 0 0.00
HSL 281.75º 0.99% 0.57% -
HSV(B) 281.75º 0.85% 1% -
XYZ 39.29 19.17 95.4 -
YUV 106.89 211.03 185.86 -
System Red Green Blue C M Y K H S L
Decimal 188 37 254 0.26 0.85 0 0.00 281.75 0.99 0.57
Hex BC 25 FE 1A 55 0 0 11A 63 39
Octal 274 45 376 32 125 0 0 432 143 71
Binary 10111100 100101 11111110 11010 1010101 0 0 100011010 1100011 111001

Color Harmonies of #BC25FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC25FE

Black with #BC25FE

Text Example


Text Example

White with #BC25FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC25FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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