#bb0ffe

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

Shades of Electric Purple #BB0FFE

Tints of Electric Purple #BB0FFE

Color information

#BB0FFE (or 0xBB0FFE) is unknown color: approx Electric Purple. HEX triplet: BB, 0F and FE. RGB value is (187,15,254). Sum of RGB (Red+Green+Blue) = 187+15+254=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 15 (6.25% from 255 or 3.29% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB0FFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0FFE is #44F001. Grayscale: #5C5C5C. Windows color (decimal): -4517890 or 16650171. OLE color: 16650171.

HSL color Cylindrical-coordinate representation of color #BB0FFE: hue angle of 283.18º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0FFE is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB18715254-
CMYK0.260.9400.00
HSL283.18º99.17%52.75%-
HSV(B)283.18º94.09%99.61%-
XYZ38.5518.0695.22-
YUV93.67218.48194.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.01%
GREEN value IS 15 (6.25% from 255) = 3.29%
BLUE value IS 254 (99.61% from 255) = 55.70%
R=41.01%
G=3.29%
B=55.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal187152540.260.9400.00283.1899.1752.75
HexBBFFE1A5E0011b6335
Octal27317376321360043314365
Binary10111011111111111110110101011110001000110111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb0ffe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb0ffe; }

 p { color: rgb(187,15,254); }

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

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

 a { background-color: rgb(187,15,254); }

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

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

 span { border-color: rgb(187,15,254); }

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