#b60fed

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

Shades of Electric Purple #B60FED

Tints of Electric Purple #B60FED

Color information

#B60FED (or 0xB60FED) is unknown color: approx Electric Purple. HEX triplet: B6, 0F and ED. RGB value is (182,15,237). Sum of RGB (Red+Green+Blue) = 182+15+237=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 15 (6.25% from 255 or 3.46% from 434); Blue value is 237 (92.97% from 255 or 54.61% from 434); Max value from RGB is 237 - color contains mainly: blue. Hex color #B60FED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B60FED is #49F012. Grayscale: #595959. Windows color (decimal): -4845587 or 15536054. OLE color: 15536054.

HSL color Cylindrical-coordinate representation of color #B60FED: hue angle of 285.14º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B60FED is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18215237-
CMYK0.230.9400.07
HSL285.14º88.1%49.41%-
HSV(B)285.14º93.67%92.94%-
XYZ34.7516.481.46-
YUV90.24210.83193.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.94%
GREEN value IS 15 (6.25% from 255) = 3.46%
BLUE value IS 237 (92.97% from 255) = 54.61%
R=41.94%
G=3.46%
B=54.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal182152370.230.9400.07285.1488.149.41
HexB6FED175E0711d5831
Octal26617355271360743513061
Binary1011011011111110110110111101111001111000111011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b60fed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b60fed; }

 p { color: rgb(182,15,237); }

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

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

 a { background-color: rgb(182,15,237); }

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

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

 span { border-color: rgb(182,15,237); }

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