#B307FB

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

Shades of Electric Purple #B307FB

Tints of Electric Purple #B307FB

Color information

#B307FB (or 0xB307FB) is unknown color: approx Electric Purple. HEX triplet: B3, 07 and FB. RGB value is (179,7,251). Sum of RGB (Red+Green+Blue) = 179+7+251=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 7 (3.12% from 255 or 1.60% from 437); Blue value is 251 (98.44% from 255 or 57.44% from 437); Max value from RGB is 251 - color contains mainly: blue. Hex color #B307FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B307FB is #4CF804. Grayscale: #555555. Windows color (decimal): -5044229 or 16451507. OLE color: 16451507.

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

Color convert

RGB1797251-
CMYK0.290.9700.02
HSL282.3º96.83%50.59%-
HSV(B)282.3º97.21%98.43%-
XYZ36.0816.792.59-
YUV86.24220.98194.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.96%
GREEN value IS 7 (3.12% from 255) = 1.60%
BLUE value IS 251 (98.44% from 255) = 57.44%
R=40.96%
G=1.60%
B=57.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal17972510.290.9700.02282.396.8350.59
HexB37FB1D610211a6133
Octal2637373351410243214163
Binary10110011111111110111110111000010101000110101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B307FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B307FB; }

 p { color: rgb(179,7,251); }

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

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

 a { background-color: rgb(179,7,251); }

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

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

 span { border-color: rgb(179,7,251); }

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