#BD19EC

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

Shades of Electric Purple #BD19EC

Tints of Electric Purple #BD19EC

Color information

#BD19EC (or 0xBD19EC) is unknown color: approx Electric Purple. HEX triplet: BD, 19 and EC. RGB value is (189,25,236). Sum of RGB (Red+Green+Blue) = 189+25+236=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 25 (10.16% from 255 or 5.56% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD19EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD19EC is #42E613. Grayscale: #616161. Windows color (decimal): -4384276 or 15473085. OLE color: 15473085.

HSL color Cylindrical-coordinate representation of color #BD19EC: hue angle of 286.64º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD19EC is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18925236-
CMYK0.200.8900.07
HSL286.64º84.74%51.18%-
HSV(B)286.64º89.41%92.55%-
XYZ36.4717.5780.83-
YUV98.09205.83192.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42%
GREEN value IS 25 (10.16% from 255) = 5.56%
BLUE value IS 236 (92.58% from 255) = 52.44%
R=42%
G=5.56%
B=52.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal189252360.200.8900.07286.6484.7451.18
HexBD19EC14590711f5533
Octal27531354241310743712563
Binary10111101110011110110010100101100101111000111111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD19EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD19EC; }

 p { color: rgb(189,25,236); }

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

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

 a { background-color: rgb(189,25,236); }

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

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

 span { border-color: rgb(189,25,236); }

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