#BB33FA

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

Shades of Electric Purple #BB33FA

Tints of Electric Purple #BB33FA

Color information

#BB33FA (or 0xBB33FA) is unknown color: approx Electric Purple. HEX triplet: BB, 33 and FA. RGB value is (187,51,250). Sum of RGB (Red+Green+Blue) = 187+51+250=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 51 (20.31% from 255 or 10.45% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB33FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB33FA is #44CC05. Grayscale: #717171. Windows color (decimal): -4508678 or 16397243. OLE color: 16397243.

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

Color convert

RGB18751250-
CMYK0.250.8000.02
HSL281.01º95.22%59.02%-
HSV(B)281.01º79.6%98.04%-
XYZ38.9319.8392.22-
YUV114.35204.56179.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.32%
GREEN value IS 51 (20.31% from 255) = 10.45%
BLUE value IS 250 (98.05% from 255) = 51.23%
R=38.32%
G=10.45%
B=51.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal187512500.250.8000.02281.0195.2259.02
HexBB33FA1950021195f3b
Octal27363372311200243113773
Binary10111011110011111110101100110100000101000110011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB33FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB33FA; }

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

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

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

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

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

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

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

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