#BC24EB

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

Shades of Electric Purple #BC24EB

Tints of Electric Purple #BC24EB

Color information

#BC24EB (or 0xBC24EB) is unknown color: approx Electric Purple. HEX triplet: BC, 24 and EB. RGB value is (188,36,235). Sum of RGB (Red+Green+Blue) = 188+36+235=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 36 (14.45% from 255 or 7.84% from 459); Blue value is 235 (92.19% from 255 or 51.20% from 459); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC24EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC24EB is #43DB14. Grayscale: #676767. Windows color (decimal): -4446997 or 15410364. OLE color: 15410364.

HSL color Cylindrical-coordinate representation of color #BC24EB: hue angle of 285.83º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC24EB is Cyan = 0.2, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18836235-
CMYK0.20.8500.08
HSL285.83º83.26%53.14%-
HSV(B)285.83º84.68%92.16%-
XYZ36.3717.9580.15-
YUV104.13201.86187.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.96%
GREEN value IS 36 (14.45% from 255) = 7.84%
BLUE value IS 235 (92.19% from 255) = 51.20%
R=40.96%
G=7.84%
B=51.20%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal188362350.20.8500.08285.8383.2653.14
HexBC24EB14550811e5335
Octal274443532412501043612365
Binary1011110010010011101011101001010101010001000111101010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC24EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC24EB; }

 p { color: rgb(188,36,235); }

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

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

 a { background-color: rgb(188,36,235); }

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

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

 span { border-color: rgb(188,36,235); }

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