#bb2ffa

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

Shades of Electric Purple #BB2FFA

Tints of Electric Purple #BB2FFA

Color information

#BB2FFA (or 0xBB2FFA) is unknown color: approx Electric Purple. HEX triplet: BB, 2F and FA. RGB value is (187,47,250). Sum of RGB (Red+Green+Blue) = 187+47+250=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 47 (18.75% from 255 or 9.71% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB2FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB2FFA is #44D005. Grayscale: #6F6F6F. Windows color (decimal): -4509702 or 16396219. OLE color: 16396219.

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

Color convert

RGB18747250-
CMYK0.250.8100.02
HSL281.38º95.31%58.24%-
HSV(B)281.38º81.2%98.04%-
XYZ38.7719.592.16-
YUV112205.88181.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.64%
GREEN value IS 47 (18.75% from 255) = 9.71%
BLUE value IS 250 (98.05% from 255) = 51.65%
R=38.64%
G=9.71%
B=51.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal187472500.250.8100.02281.3895.3158.24
HexBB2FFA1951021195f3a
Octal27357372311210243113772
Binary10111011101111111110101100110100010101000110011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb2ffa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb2ffa; }

 p { color: rgb(187,47,250); }

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

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

 a { background-color: rgb(187,47,250); }

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

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

 span { border-color: rgb(187,47,250); }

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