#B70AF3

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

Shades of Electric Purple #B70AF3

Tints of Electric Purple #B70AF3

Color information

#B70AF3 (or 0xB70AF3) is unknown color: approx Electric Purple. HEX triplet: B7, 0A and F3. RGB value is (183,10,243). Sum of RGB (Red+Green+Blue) = 183+10+243=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 10 (4.30% from 255 or 2.29% from 436); Blue value is 243 (95.31% from 255 or 55.73% from 436); Max value from RGB is 243 - color contains mainly: blue. Hex color #B70AF3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B70AF3 is #48F50C. Grayscale: #575757. Windows color (decimal): -4781325 or 15927991. OLE color: 15927991.

HSL color Cylindrical-coordinate representation of color #B70AF3: hue angle of 284.55º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B70AF3 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18310243-
CMYK0.250.9600.05
HSL284.55º92.09%49.61%-
HSV(B)284.55º95.88%95.29%-
XYZ35.8116.7686.14-
YUV88.29215.31195.55-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.97%
GREEN value IS 10 (4.30% from 255) = 2.29%
BLUE value IS 243 (95.31% from 255) = 55.73%
R=41.97%
G=2.29%
B=55.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal183102430.250.9600.05284.5592.0949.61
HexB7AF319600511d5c32
Octal26712363311400543513462
Binary1011011110101111001111001110000001011000111011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70AF3; }

 p { color: rgb(183,10,243); }

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

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

 a { background-color: rgb(183,10,243); }

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

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

 span { border-color: rgb(183,10,243); }

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