#B303F0

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

Shades of Electric Purple #B303F0

Tints of Electric Purple #B303F0

Color information

#B303F0 (or 0xB303F0) is unknown color: approx Electric Purple. HEX triplet: B3, 03 and F0. RGB value is (179,3,240). Sum of RGB (Red+Green+Blue) = 179+3+240=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 3 (1.56% from 255 or 0.71% from 422); Blue value is 240 (94.14% from 255 or 56.87% from 422); Max value from RGB is 240 - color contains mainly: blue. Hex color #B303F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B303F0 is #4CFC0F. Grayscale: #515151. Windows color (decimal): -5045264 or 15729587. OLE color: 15729587.

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

Color convert

RGB1793240-
CMYK0.250.9900.06
HSL284.56º97.53%47.65%-
HSV(B)284.56º98.75%94.12%-
XYZ34.3515.9483.7-
YUV82.64216.81196.73-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.42%
GREEN value IS 3 (1.56% from 255) = 0.71%
BLUE value IS 240 (94.14% from 255) = 56.87%
R=42.42%
G=0.71%
B=56.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal17932400.250.9900.06284.5697.5347.65
HexB33F019630611d6230
Octal2633360311430643514260
Binary10110011111111000011001110001101101000111011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B303F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B303F0; }

 p { color: rgb(179,3,240); }

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

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

 a { background-color: rgb(179,3,240); }

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

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

 span { border-color: rgb(179,3,240); }

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