#B716F9

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

Shades of Electric Purple #B716F9

Tints of Electric Purple #B716F9

Color information

#B716F9 (or 0xB716F9) is unknown color: approx Electric Purple. HEX triplet: B7, 16 and F9. RGB value is (183,22,249). Sum of RGB (Red+Green+Blue) = 183+22+249=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 22 (8.98% from 255 or 4.85% from 454); Blue value is 249 (97.66% from 255 or 54.85% from 454); Max value from RGB is 249 - color contains mainly: blue. Hex color #B716F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B716F9 is #48E906. Grayscale: #5F5F5F. Windows color (decimal): -4778247 or 16324279. OLE color: 16324279.

HSL color Cylindrical-coordinate representation of color #B716F9: hue angle of 282.56º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B716F9 is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18322249-
CMYK0.270.9100.02
HSL282.56º94.98%53.14%-
HSV(B)282.56º91.16%97.65%-
XYZ36.9117.4891.05-
YUV96.02214.34190.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.31%
GREEN value IS 22 (8.98% from 255) = 4.85%
BLUE value IS 249 (97.66% from 255) = 54.85%
R=40.31%
G=4.85%
B=54.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal183222490.270.9100.02282.5694.9853.14
HexB716F91B5B0211b5f35
Octal26726371331330243313765
Binary1011011110110111110011101110110110101000110111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B716F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B716F9; }

 p { color: rgb(183,22,249); }

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

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

 a { background-color: rgb(183,22,249); }

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

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

 span { border-color: rgb(183,22,249); }

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