#B30FE6

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

Shades of Electric Purple #B30FE6

Tints of Electric Purple #B30FE6

Color information

#B30FE6 (or 0xB30FE6) is unknown color: approx Electric Purple. HEX triplet: B3, 0F and E6. RGB value is (179,15,230). Sum of RGB (Red+Green+Blue) = 179+15+230=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 15 (6.25% from 255 or 3.54% from 424); Blue value is 230 (90.23% from 255 or 54.25% from 424); Max value from RGB is 230 - color contains mainly: blue. Hex color #B30FE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B30FE6 is #4CF019. Grayscale: #575757. Windows color (decimal): -5042202 or 15077299. OLE color: 15077299.

HSL color Cylindrical-coordinate representation of color #B30FE6: hue angle of 285.77º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B30FE6 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17915230-
CMYK0.220.9300.10
HSL285.77º87.76%48.04%-
HSV(B)285.77º93.48%90.2%-
XYZ33.0415.6476.14-
YUV88.55207.83192.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.22%
GREEN value IS 15 (6.25% from 255) = 3.54%
BLUE value IS 230 (90.23% from 255) = 54.25%
R=42.22%
G=3.54%
B=54.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal179152300.220.9300.10285.7787.7648.04
HexB3FE6165D0A11e5830
Octal263173462613501243613060
Binary10110011111111100110101101011101010101000111101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30FE6; }

 p { color: rgb(179,15,230); }

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

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

 a { background-color: rgb(179,15,230); }

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

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

 span { border-color: rgb(179,15,230); }

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