#BD2DF1

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

Shades of Electric Purple #BD2DF1

Tints of Electric Purple #BD2DF1

Color information

#BD2DF1 (or 0xBD2DF1) is unknown color: approx Electric Purple. HEX triplet: BD, 2D and F1. RGB value is (189,45,241). Sum of RGB (Red+Green+Blue) = 189+45+241=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 45 (17.97% from 255 or 9.47% from 475); Blue value is 241 (94.53% from 255 or 50.74% from 475); Max value from RGB is 241 - color contains mainly: blue. Hex color #BD2DF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD2DF1 is #42D20E. Grayscale: #6D6D6D. Windows color (decimal): -4379151 or 15805885. OLE color: 15805885.

HSL color Cylindrical-coordinate representation of color #BD2DF1: hue angle of 284.08º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2DF1 is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18945241-
CMYK0.220.8100.05
HSL284.08º87.5%56.08%-
HSV(B)284.08º81.33%94.51%-
XYZ37.819.0584.9-
YUV110.4201.71184.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.79%
GREEN value IS 45 (17.97% from 255) = 9.47%
BLUE value IS 241 (94.53% from 255) = 50.74%
R=39.79%
G=9.47%
B=50.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal189452410.220.8100.05284.0887.556.08
HexBD2DF116510511c5838
Octal27555361261210543413070
Binary101111011011011111000110110101000101011000111001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2DF1; }

 p { color: rgb(189,45,241); }

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

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

 a { background-color: rgb(189,45,241); }

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

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

 span { border-color: rgb(189,45,241); }

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