#BB32FF

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

Shades of Electric Purple #BB32FF

Tints of Electric Purple #BB32FF

Color information

#BB32FF (or 0xBB32FF) is unknown color: approx Electric Purple. HEX triplet: BB, 32 and FF. RGB value is (187,50,255). Sum of RGB (Red+Green+Blue) = 187+50+255=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 50 (19.92% from 255 or 10.16% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB32FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB32FF is #44CD00. Grayscale: #717171. Windows color (decimal): -4508929 or 16724667. OLE color: 16724667.

HSL color Cylindrical-coordinate representation of color #BB32FF: hue angle of 280.1º 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 #BB32FF is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB18750255-
CMYK0.270.8000
HSL280.1º100%59.8%-
HSV(B)280.1º80.39%100%-
XYZ39.6820.0796.39-
YUV114.33207.39179.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.01%
GREEN value IS 50 (19.92% from 255) = 10.16%
BLUE value IS 255 (100% from 255) = 51.83%
R=38.01%
G=10.16%
B=51.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal187502550.270.8000280.110059.8
HexBB32FF1B5000118643c
Octal27362377331200043014474
Binary1011101111001011111111110111010000001000110001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB32FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB32FF; }

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

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

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

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

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

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

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

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