#BB30F5

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

Shades of Electric Purple #BB30F5

Tints of Electric Purple #BB30F5

Color information

#BB30F5 (or 0xBB30F5) is unknown color: approx Electric Purple. HEX triplet: BB, 30 and F5. RGB value is (187,48,245). Sum of RGB (Red+Green+Blue) = 187+48+245=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 48 (19.14% from 255 or 10% from 480); Blue value is 245 (96.09% from 255 or 51.04% from 480); Max value from RGB is 245 - color contains mainly: blue. Hex color #BB30F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB30F5 is #44CF0A. Grayscale: #6F6F6F. Windows color (decimal): -4509451 or 16068795. OLE color: 16068795.

HSL color Cylindrical-coordinate representation of color #BB30F5: hue angle of 282.34º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB30F5 is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18748245-
CMYK0.240.8000.04
HSL282.34º90.78%57.45%-
HSV(B)282.34º80.41%96.08%-
XYZ38.0319.2788.1-
YUV112.02203.05181.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.96%
GREEN value IS 48 (19.14% from 255) = 10%
BLUE value IS 245 (96.09% from 255) = 51.04%
R=38.96%
G=10%
B=51.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal187482450.240.8000.04282.3490.7857.45
HexBB30F518500411a5b39
Octal27360365301200443213371
Binary101110111100001111010111000101000001001000110101011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB30F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB30F5; }

 p { color: rgb(187,48,245); }

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

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

 a { background-color: rgb(187,48,245); }

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

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

 span { border-color: rgb(187,48,245); }

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