#B00FFE

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

Shades of Electric Purple #B00FFE

Tints of Electric Purple #B00FFE

Color information

#B00FFE (or 0xB00FFE) is unknown color: approx Electric Purple. HEX triplet: B0, 0F and FE. RGB value is (176,15,254). Sum of RGB (Red+Green+Blue) = 176+15+254=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 15 (6.25% from 255 or 3.37% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #B00FFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B00FFE is #4FF001. Grayscale: #595959. Windows color (decimal): -5238786 or 16650160. OLE color: 16650160.

HSL color Cylindrical-coordinate representation of color #B00FFE: hue angle of 280.42º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B00FFE is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB17615254-
CMYK0.310.9400.00
HSL280.42º99.17%52.75%-
HSV(B)280.42º94.09%99.61%-
XYZ35.9616.7395.1-
YUV90.38220.34189.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.55%
GREEN value IS 15 (6.25% from 255) = 3.37%
BLUE value IS 254 (99.61% from 255) = 57.08%
R=39.55%
G=3.37%
B=57.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal176152540.310.9400.00280.4299.1752.75
HexB0FFE1F5E001186335
Octal26017376371360043014365
Binary10110000111111111110111111011110001000110001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00FFE; }

 p { color: rgb(176,15,254); }

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

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

 a { background-color: rgb(176,15,254); }

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

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

 span { border-color: rgb(176,15,254); }

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