#BB33FF

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

Shades of Electric Purple #BB33FF

Tints of Electric Purple #BB33FF

Color information

#BB33FF (or 0xBB33FF) is unknown color: approx Electric Purple. HEX triplet: BB, 33 and FF. RGB value is (187,51,255). Sum of RGB (Red+Green+Blue) = 187+51+255=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 51 (20.31% from 255 or 10.34% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB33FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB33FF is #44CC00. Grayscale: #727272. Windows color (decimal): -4508673 or 16724923. OLE color: 16724923.

HSL color Cylindrical-coordinate representation of color #BB33FF: hue angle of 280º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB33FF is Cyan = 0.27, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB18751255-
CMYK0.270.800
HSL280º100%60%-
HSV(B)280º80%100%-
XYZ39.7320.1596.4-
YUV114.92207.06179.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.93%
GREEN value IS 51 (20.31% from 255) = 10.34%
BLUE value IS 255 (100% from 255) = 51.72%
R=37.93%
G=10.34%
B=51.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal187512550.270.80028010060
HexBB33FF1B5000118643c
Octal27363377331200043014474
Binary1011101111001111111111110111010000001000110001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB33FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB33FF; }

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

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

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

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

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

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

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

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