#B00AFD

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

Shades of Electric Purple #B00AFD

Tints of Electric Purple #B00AFD

Color information

#B00AFD (or 0xB00AFD) is unknown color: approx Electric Purple. HEX triplet: B0, 0A and FD. RGB value is (176,10,253). Sum of RGB (Red+Green+Blue) = 176+10+253=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 10 (4.30% from 255 or 2.28% from 439); Blue value is 253 (99.22% from 255 or 57.63% from 439); Max value from RGB is 253 - color contains mainly: blue. Hex color #B00AFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B00AFD is #4FF502. Grayscale: #565656. Windows color (decimal): -5240067 or 16583344. OLE color: 16583344.

HSL color Cylindrical-coordinate representation of color #B00AFD: hue angle of 280.99º 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 #B00AFD is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB17610253-
CMYK0.300.9600.01
HSL280.99º98.38%51.57%-
HSV(B)280.99º96.05%99.22%-
XYZ35.7416.5494.24-
YUV87.34221.5191.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.09%
GREEN value IS 10 (4.30% from 255) = 2.28%
BLUE value IS 253 (99.22% from 255) = 57.63%
R=40.09%
G=2.28%
B=57.63%

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
Decimal176102530.300.9600.01280.9998.3851.57
HexB0AFD1E60011196234
Octal26012375361400143114264
Binary10110000101011111101111101100000011000110011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00AFD; }

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

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

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

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

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

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

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

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