#B10AFD

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

Shades of Electric Purple #B10AFD

Tints of Electric Purple #B10AFD

Color information

#B10AFD (or 0xB10AFD) is unknown color: approx Electric Purple. HEX triplet: B1, 0A and FD. RGB value is (177,10,253). Sum of RGB (Red+Green+Blue) = 177+10+253=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 10 (4.30% from 255 or 2.27% from 440); Blue value is 253 (99.22% from 255 or 57.5% from 440); Max value from RGB is 253 - color contains mainly: blue. Hex color #B10AFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B10AFD is #4EF502. Grayscale: #565656. Windows color (decimal): -5174531 or 16583345. OLE color: 16583345.

HSL color Cylindrical-coordinate representation of color #B10AFD: hue angle of 281.23º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B10AFD is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB17710253-
CMYK0.300.9600.01
HSL281.23º98.38%51.57%-
HSV(B)281.23º96.05%99.22%-
XYZ35.9716.6694.25-
YUV87.64221.33191.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.23%
GREEN value IS 10 (4.30% from 255) = 2.27%
BLUE value IS 253 (99.22% from 255) = 57.5%
R=40.23%
G=2.27%
B=57.5%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal177102530.300.9600.01281.2398.3851.57
HexB1AFD1E60011196234
Octal26112375361400143114264
Binary10110001101011111101111101100000011000110011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10AFD; }

 p { color: rgb(177,10,253); }

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

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

 a { background-color: rgb(177,10,253); }

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

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

 span { border-color: rgb(177,10,253); }

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