#B712F0

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

Shades of Electric Purple #B712F0

Tints of Electric Purple #B712F0

Color information

#B712F0 (or 0xB712F0) is unknown color: approx Electric Purple. HEX triplet: B7, 12 and F0. RGB value is (183,18,240). Sum of RGB (Red+Green+Blue) = 183+18+240=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 18 (7.42% from 255 or 4.08% from 441); Blue value is 240 (94.14% from 255 or 54.42% from 441); Max value from RGB is 240 - color contains mainly: blue. Hex color #B712F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B712F0 is #48ED0F. Grayscale: #5B5B5B. Windows color (decimal): -4779280 or 15733431. OLE color: 15733431.

HSL color Cylindrical-coordinate representation of color #B712F0: hue angle of 284.59º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B712F0 is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB18318240-
CMYK0.240.9200.06
HSL284.59º88.1%50.59%-
HSV(B)284.59º92.5%94.12%-
XYZ35.4716.7983.81-
YUV92.64211.16192.45-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.50%
GREEN value IS 18 (7.42% from 255) = 4.08%
BLUE value IS 240 (94.14% from 255) = 54.42%
R=41.50%
G=4.08%
B=54.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal183182400.240.9200.06284.5988.150.59
HexB712F0185C0611d5833
Octal26722360301340643513063
Binary10110111100101111000011000101110001101000111011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B712F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B712F0; }

 p { color: rgb(183,18,240); }

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

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

 a { background-color: rgb(183,18,240); }

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

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

 span { border-color: rgb(183,18,240); }

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