#B10FED

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

Shades of Electric Purple #B10FED

Tints of Electric Purple #B10FED

Color information

#B10FED (or 0xB10FED) is unknown color: approx Electric Purple. HEX triplet: B1, 0F and ED. RGB value is (177,15,237). Sum of RGB (Red+Green+Blue) = 177+15+237=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 15 (6.25% from 255 or 3.50% from 429); Blue value is 237 (92.97% from 255 or 55.24% from 429); Max value from RGB is 237 - color contains mainly: blue. Hex color #B10FED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B10FED is #4EF012. Grayscale: #585858. Windows color (decimal): -5173267 or 15536049. OLE color: 15536049.

HSL color Cylindrical-coordinate representation of color #B10FED: hue angle of 283.78º 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 #B10FED is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17715237-
CMYK0.250.9400.07
HSL283.78º88.1%49.41%-
HSV(B)283.78º93.67%92.94%-
XYZ33.5915.881.4-
YUV88.75211.67190.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.26%
GREEN value IS 15 (6.25% from 255) = 3.50%
BLUE value IS 237 (92.97% from 255) = 55.24%
R=41.26%
G=3.50%
B=55.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal177152370.250.9400.07283.7888.149.41
HexB1FED195E0711c5831
Octal26117355311360743413061
Binary1011000111111110110111001101111001111000111001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10FED; }

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

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

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

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

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

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

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

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