#b712f5

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

Shades of Electric Purple #B712F5

Tints of Electric Purple #B712F5

Color information

#B712F5 (or 0xB712F5) is unknown color: approx Electric Purple. HEX triplet: B7, 12 and F5. RGB value is (183,18,245). Sum of RGB (Red+Green+Blue) = 183+18+245=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 18 (7.42% from 255 or 4.04% from 446); Blue value is 245 (96.09% from 255 or 54.93% from 446); Max value from RGB is 245 - color contains mainly: blue. Hex color #B712F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B712F5 is #48ED0A. Grayscale: #5C5C5C. Windows color (decimal): -4779275 or 16061111. OLE color: 16061111.

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

Color convert

RGB18318245-
CMYK0.250.9300.04
HSL283.61º91.9%51.57%-
HSV(B)283.61º92.65%96.08%-
XYZ36.2317.0987.78-
YUV93.21213.66192.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.03%
GREEN value IS 18 (7.42% from 255) = 4.04%
BLUE value IS 245 (96.09% from 255) = 54.93%
R=41.03%
G=4.04%
B=54.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal183182450.250.9300.04283.6191.951.57
HexB712F5195D0411c5c34
Octal26722365311350443413464
Binary10110111100101111010111001101110101001000111001011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b712f5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b712f5; }

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

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

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

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

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

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

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

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