#BD24EB

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

Shades of Electric Purple #BD24EB

Tints of Electric Purple #BD24EB

Color information

#BD24EB (or 0xBD24EB) is unknown color: approx Electric Purple. HEX triplet: BD, 24 and EB. RGB value is (189,36,235). Sum of RGB (Red+Green+Blue) = 189+36+235=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 36 (14.45% from 255 or 7.83% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #BD24EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD24EB is #42DB14. Grayscale: #676767. Windows color (decimal): -4381461 or 15410365. OLE color: 15410365.

HSL color Cylindrical-coordinate representation of color #BD24EB: hue angle of 286.13º 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 #BD24EB is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18936235-
CMYK0.200.8500.08
HSL286.13º83.26%53.14%-
HSV(B)286.13º84.68%92.16%-
XYZ36.6118.0880.16-
YUV104.43201.69188.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.09%
GREEN value IS 36 (14.45% from 255) = 7.83%
BLUE value IS 235 (92.19% from 255) = 51.09%
R=41.09%
G=7.83%
B=51.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal189362350.200.8500.08286.1383.2653.14
HexBD24EB14550811e5335
Octal275443532412501043612365
Binary1011110110010011101011101001010101010001000111101010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD24EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD24EB; }

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

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

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

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

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

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

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

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