#BD25E8

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

Shades of Electric Purple #BD25E8

Tints of Electric Purple #BD25E8

Color information

#BD25E8 (or 0xBD25E8) is unknown color: approx Electric Purple. HEX triplet: BD, 25 and E8. RGB value is (189,37,232). Sum of RGB (Red+Green+Blue) = 189+37+232=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 37 (14.84% from 255 or 8.08% from 458); Blue value is 232 (91.02% from 255 or 50.66% from 458); Max value from RGB is 232 - color contains mainly: blue. Hex color #BD25E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD25E8 is #42DA17. Grayscale: #686868. Windows color (decimal): -4381208 or 15214013. OLE color: 15214013.

HSL color Cylindrical-coordinate representation of color #BD25E8: hue angle of 286.77º 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 #BD25E8 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18937232-
CMYK0.190.8400.09
HSL286.77º80.91%52.75%-
HSV(B)286.77º84.05%90.98%-
XYZ36.2117.9777.9-
YUV104.68199.86188.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.27%
GREEN value IS 37 (14.84% from 255) = 8.08%
BLUE value IS 232 (91.02% from 255) = 50.66%
R=41.27%
G=8.08%
B=50.66%

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
Decimal189372320.190.8400.09286.7780.9152.75
HexBD25E813540911f5135
Octal275453502312401143712165
Binary1011110110010111101000100111010100010011000111111010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD25E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD25E8; }

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

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

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

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

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

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

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

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