#BB03FB

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

Shades of Electric Purple #BB03FB

Tints of Electric Purple #BB03FB

Color information

#BB03FB (or 0xBB03FB) is unknown color: approx Electric Purple. HEX triplet: BB, 03 and FB. RGB value is (187,3,251). Sum of RGB (Red+Green+Blue) = 187+3+251=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 3 (1.56% from 255 or 0.68% from 441); Blue value is 251 (98.44% from 255 or 56.92% from 441); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB03FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB03FB is #44FC04. Grayscale: #555555. Windows color (decimal): -4520965 or 16450491. OLE color: 16450491.

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

Color convert

RGB1873251-
CMYK0.250.9900.02
HSL284.52º97.64%49.8%-
HSV(B)284.52º98.8%98.43%-
XYZ37.9417.5992.66-
YUV86.29220.96199.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.40%
GREEN value IS 3 (1.56% from 255) = 0.68%
BLUE value IS 251 (98.44% from 255) = 56.92%
R=42.40%
G=0.68%
B=56.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal18732510.250.9900.02284.5297.6449.8
HexBB3FB19630211d6232
Octal2733373311430243514262
Binary1011101111111110111100111000110101000111011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB03FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB03FB; }

 p { color: rgb(187,3,251); }

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

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

 a { background-color: rgb(187,3,251); }

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

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

 span { border-color: rgb(187,3,251); }

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