#BD09FC

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

Shades of Electric Purple #BD09FC

Tints of Electric Purple #BD09FC

Color information

#BD09FC (or 0xBD09FC) is unknown color: approx Electric Purple. HEX triplet: BD, 09 and FC. RGB value is (189,9,252). Sum of RGB (Red+Green+Blue) = 189+9+252=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 9 (3.91% from 255 or 2% from 450); Blue value is 252 (98.83% from 255 or 56% from 450); Max value from RGB is 252 - color contains mainly: blue. Hex color #BD09FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD09FC is #42F603. Grayscale: #595959. Windows color (decimal): -4388356 or 16517565. OLE color: 16517565.

HSL color Cylindrical-coordinate representation of color #BD09FC: hue angle of 284.44º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD09FC is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB1899252-
CMYK0.250.9600.01
HSL284.44º97.59%51.18%-
HSV(B)284.44º96.43%98.82%-
XYZ38.6518.0493.54-
YUV90.52219.13198.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42%
GREEN value IS 9 (3.91% from 255) = 2%
BLUE value IS 252 (98.83% from 255) = 56%
R=42%
G=2%
B=56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal18992520.250.9600.01284.4497.5951.18
HexBD9FC19600111c6233
Octal27511374311400143414263
Binary10111101100111111100110011100000011000111001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD09FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD09FC; }

 p { color: rgb(189,9,252); }

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

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

 a { background-color: rgb(189,9,252); }

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

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

 span { border-color: rgb(189,9,252); }

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