#bb08fe

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

Shades of Electric Purple #BB08FE

Tints of Electric Purple #BB08FE

Color information

#BB08FE (or 0xBB08FE) is unknown color: approx Electric Purple. HEX triplet: BB, 08 and FE. RGB value is (187,8,254). Sum of RGB (Red+Green+Blue) = 187+8+254=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 8 (3.52% from 255 or 1.78% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB08FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB08FE is #44F701. Grayscale: #585858. Windows color (decimal): -4519682 or 16648379. OLE color: 16648379.

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

Color convert

RGB1878254-
CMYK0.260.9700.00
HSL283.66º99.19%51.37%-
HSV(B)283.66º96.85%99.61%-
XYZ38.4717.8995.19-
YUV89.56220.8197.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.65%
GREEN value IS 8 (3.52% from 255) = 1.78%
BLUE value IS 254 (99.61% from 255) = 56.57%
R=41.65%
G=1.78%
B=56.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal18782540.260.9700.00283.6699.1951.37
HexBB8FE1A610011c6333
Octal27310376321410043414363
Binary10111011100011111110110101100001001000111001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb08fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb08fe; }

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

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

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

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

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

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

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

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