#BC25E8

Color #BC25E8 Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #BC25E8

Tints of Electric Purple #BC25E8

Color information

#BC25E8 (or 0xBC25E8) is unknown color: approx Electric Purple. HEX triplet: BC, 25 and E8. RGB value is (188,37,232). Sum of RGB (Red+Green+Blue) = 188+37+232=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 37 (14.84% from 255 or 8.10% from 457); Blue value is 232 (91.02% from 255 or 50.77% from 457); Max value from RGB is 232 - color contains mainly: blue. Hex color #BC25E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC25E8 is #43DA17. Grayscale: #676767. Windows color (decimal): -4446744 or 15214012. OLE color: 15214012.

HSL color Cylindrical-coordinate representation of color #BC25E8: hue angle of 286.46º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC25E8 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18837232-
CMYK0.190.8400.09
HSL286.46º80.91%52.75%-
HSV(B)286.46º84.05%90.98%-
XYZ35.9717.8477.89-
YUV104.38200.03187.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.14%
GREEN value IS 37 (14.84% from 255) = 8.10%
BLUE value IS 232 (91.02% from 255) = 50.77%
R=41.14%
G=8.10%
B=50.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal188372320.190.8400.09286.4680.9152.75
HexBC25E813540911e5135
Octal274453502312401143612165
Binary1011110010010111101000100111010100010011000111101010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC25E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC25E8; }

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

 H1.HeaderClassName
 {
   color: #BC25E8;
 }
 .AnyTagClassName
 {
   color: #BC25E8;
 }
</style>
background-color css

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

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

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

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

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

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