#bb22f9

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

Shades of Electric Purple #BB22F9

Tints of Electric Purple #BB22F9

Color information

#BB22F9 (or 0xBB22F9) is unknown color: approx Electric Purple. HEX triplet: BB, 22 and F9. RGB value is (187,34,249). Sum of RGB (Red+Green+Blue) = 187+34+249=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 34 (13.67% from 255 or 7.23% from 470); Blue value is 249 (97.66% from 255 or 52.98% from 470); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB22F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB22F9 is #44DD06. Grayscale: #676767. Windows color (decimal): -4513031 or 16327355. OLE color: 16327355.

HSL color Cylindrical-coordinate representation of color #BB22F9: hue angle of 282.7º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB22F9 is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18734249-
CMYK0.250.8600.02
HSL282.7º94.71%55.49%-
HSV(B)282.7º86.35%97.65%-
XYZ38.1618.5591.19-
YUV104.26209.69187.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.79%
GREEN value IS 34 (13.67% from 255) = 7.23%
BLUE value IS 249 (97.66% from 255) = 52.98%
R=39.79%
G=7.23%
B=52.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal187342490.250.8600.02282.794.7155.49
HexBB22F919560211b5f37
Octal27342371311260243313767
Binary10111011100010111110011100110101100101000110111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb22f9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb22f9; }

 p { color: rgb(187,34,249); }

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

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

 a { background-color: rgb(187,34,249); }

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

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

 span { border-color: rgb(187,34,249); }

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