#BB1DFD

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

Shades of Electric Purple #BB1DFD

Tints of Electric Purple #BB1DFD

Color information

#BB1DFD (or 0xBB1DFD) is unknown color: approx Electric Purple. HEX triplet: BB, 1D and FD. RGB value is (187,29,253). Sum of RGB (Red+Green+Blue) = 187+29+253=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 29 (11.72% from 255 or 6.18% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB1DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1DFD is #44E202. Grayscale: #656565. Windows color (decimal): -4514307 or 16588219. OLE color: 16588219.

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

Color convert

RGB18729253-
CMYK0.260.8900.01
HSL282.32º98.25%55.29%-
HSV(B)282.32º88.54%99.22%-
XYZ38.6618.5494.47-
YUV101.78213.35188.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.87%
GREEN value IS 29 (11.72% from 255) = 6.18%
BLUE value IS 253 (99.22% from 255) = 53.94%
R=39.87%
G=6.18%
B=53.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal187292530.260.8900.01282.3298.2555.29
HexBB1DFD1A590111a6237
Octal27335375321310143214267
Binary101110111110111111101110101011001011000110101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1DFD; }

 p { color: rgb(187,29,253); }

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

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

 a { background-color: rgb(187,29,253); }

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

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

 span { border-color: rgb(187,29,253); }

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