Html Css Color HEX #BC25F1 Electric Purple

📋 copy color: '#BC25F1'

red 188 ◦ green 37 ◦ blue 241

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

Shades of Electric Purple #BC25F1

Tints of Electric Purple #BC25F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 51.72%

R = 40.34%
G = 7.94%
B = 51.72%

CMYK

 C value IS 0.22

 M value IS 0.85

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC25F1 (or 0xBC25F1) is known color: Electric Purple. HEX triplet: BC, 25 and F1. RGB value is (188,37,241). Sum of RGB (Red+Green+Blue) = 188+37+241=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 37 (14.84% from 255 or 7.94% from 466); Blue value is 241 (94.53% from 255 or 51.72% from 466); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC25F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC25F1 is #43DA0E. Grayscale: #686868. Windows color (decimal): -4446735 or 15803836. OLE color: 15803836.

HSL color Cylindrical-coordinate representation of color #BC25F1: hue angle of 284.41º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC25F1 is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 37 241 -
CMYK 0.22 0.85 0 0.05
HSL 284.41º 0.88% 0.55% -
HSV(B) 284.41º 0.85% 0.95% -
XYZ 37.28 18.37 84.8 -
YUV 105.41 204.53 186.91 -
System Red Green Blue C M Y K H S L
Decimal 188 37 241 0.22 0.85 0 0.05 284.41 0.88 0.55
Hex BC 25 F1 16 55 0 5 11C 58 37
Octal 274 45 361 26 125 0 5 434 130 67
Binary 10111100 100101 11110001 10110 1010101 0 101 100011100 1011000 110111

Color Harmonies of #BC25F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC25F1

Black with #BC25F1

Text Example


Text Example

White with #BC25F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC25F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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