#b12afe

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

Shades of Electric Purple #B12AFE

Tints of Electric Purple #B12AFE

Color information

#B12AFE (or 0xB12AFE) is unknown color: approx Electric Purple. HEX triplet: B1, 2A and FE. RGB value is (177,42,254). Sum of RGB (Red+Green+Blue) = 177+42+254=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 42 (16.80% from 255 or 8.88% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #B12AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B12AFE is #4ED501. Grayscale: #696969. Windows color (decimal): -5166338 or 16657073. OLE color: 16657073.

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

Color convert

RGB17742254-
CMYK0.300.8300.00
HSL278.21º99.07%58.04%-
HSV(B)278.21º83.46%99.61%-
XYZ36.8518.1695.33-
YUV106.53211.23178.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.42%
GREEN value IS 42 (16.80% from 255) = 8.88%
BLUE value IS 254 (99.61% from 255) = 53.70%
R=37.42%
G=8.88%
B=53.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal177422540.300.8300.00278.2199.0758.04
HexB12AFE1E5300116633a
Octal26152376361230042614372
Binary1011000110101011111110111101010011001000101101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b12afe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b12afe; }

 p { color: rgb(177,42,254); }

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

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

 a { background-color: rgb(177,42,254); }

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

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

 span { border-color: rgb(177,42,254); }

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