#B12AF9

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

Shades of Electric Purple #B12AF9

Tints of Electric Purple #B12AF9

Color information

#B12AF9 (or 0xB12AF9) is unknown color: approx Electric Purple. HEX triplet: B1, 2A and F9. RGB value is (177,42,249). Sum of RGB (Red+Green+Blue) = 177+42+249=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 42 (16.80% from 255 or 8.97% from 468); Blue value is 249 (97.66% from 255 or 53.21% from 468); Max value from RGB is 249 - color contains mainly: blue. Hex color #B12AF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B12AF9 is #4ED506. Grayscale: #696969. Windows color (decimal): -5166343 or 16329393. OLE color: 16329393.

HSL color Cylindrical-coordinate representation of color #B12AF9: hue angle of 279.13º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B12AF9 is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17742249-
CMYK0.290.8300.02
HSL279.13º94.52%57.06%-
HSV(B)279.13º83.13%97.65%-
XYZ36.0617.8491.17-
YUV105.96208.73178.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.82%
GREEN value IS 42 (16.80% from 255) = 8.97%
BLUE value IS 249 (97.66% from 255) = 53.21%
R=37.82%
G=8.97%
B=53.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal177422490.290.8300.02279.1394.5257.06
HexB12AF91D53021175f39
Octal26152371351230242713771
Binary10110001101010111110011110110100110101000101111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12AF9; }

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

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

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

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

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

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

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

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