#BD1BF1

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

Shades of Electric Purple #BD1BF1

Tints of Electric Purple #BD1BF1

Color information

#BD1BF1 (or 0xBD1BF1) is unknown color: approx Electric Purple. HEX triplet: BD, 1B and F1. RGB value is (189,27,241). Sum of RGB (Red+Green+Blue) = 189+27+241=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 27 (10.94% from 255 or 5.91% from 457); Blue value is 241 (94.53% from 255 or 52.74% from 457); Max value from RGB is 241 - color contains mainly: blue. Hex color #BD1BF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD1BF1 is #42E40E. Grayscale: #636363. Windows color (decimal): -4383759 or 15801277. OLE color: 15801277.

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

Color convert

RGB18927241-
CMYK0.220.8900.05
HSL285.42º88.43%52.55%-
HSV(B)285.42º88.8%94.51%-
XYZ37.2617.9584.72-
YUV99.83207.67191.6-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.36%
GREEN value IS 27 (10.94% from 255) = 5.91%
BLUE value IS 241 (94.53% from 255) = 52.74%
R=41.36%
G=5.91%
B=52.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal189272410.220.8900.05285.4288.4352.55
HexBD1BF116590511d5835
Octal27533361261310543513065
Binary10111101110111111000110110101100101011000111011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1BF1; }

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

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

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

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

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

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

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

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