#BD06E9

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

Shades of Electric Purple #BD06E9

Tints of Electric Purple #BD06E9

Color information

#BD06E9 (or 0xBD06E9) is unknown color: approx Electric Purple. HEX triplet: BD, 06 and E9. RGB value is (189,6,233). Sum of RGB (Red+Green+Blue) = 189+6+233=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 6 (2.73% from 255 or 1.40% from 428); Blue value is 233 (91.41% from 255 or 54.44% from 428); Max value from RGB is 233 - color contains mainly: blue. Hex color #BD06E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD06E9 is #42F916. Grayscale: #555555. Windows color (decimal): -4389143 or 15271613. OLE color: 15271613.

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

Color convert

RGB1896233-
CMYK0.190.9700.09
HSL288.37º94.98%46.86%-
HSV(B)288.37º97.42%91.37%-
XYZ35.7616.8378.46-
YUV86.6210.63201.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.16%
GREEN value IS 6 (2.73% from 255) = 1.40%
BLUE value IS 233 (91.41% from 255) = 54.44%
R=44.16%
G=1.40%
B=54.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal18962330.190.9700.09288.3794.9846.86
HexBD6E91361091205f2f
Octal27563512314101144013757
Binary1011110111011101001100111100001010011001000001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD06E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD06E9; }

 p { color: rgb(189,6,233); }

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

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

 a { background-color: rgb(189,6,233); }

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

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

 span { border-color: rgb(189,6,233); }

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