#B71DF9

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

Shades of Electric Purple #B71DF9

Tints of Electric Purple #B71DF9

Color information

#B71DF9 (or 0xB71DF9) is unknown color: approx Electric Purple. HEX triplet: B7, 1D and F9. RGB value is (183,29,249). Sum of RGB (Red+Green+Blue) = 183+29+249=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 29 (11.72% from 255 or 6.29% from 461); Blue value is 249 (97.66% from 255 or 54.01% from 461); Max value from RGB is 249 - color contains mainly: blue. Hex color #B71DF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B71DF9 is #48E206. Grayscale: #636363. Windows color (decimal): -4776455 or 16326071. OLE color: 16326071.

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

Color convert

RGB18329249-
CMYK0.270.8800.02
HSL282º94.83%54.51%-
HSV(B)282º88.35%97.65%-
XYZ37.0717.7991.1-
YUV100.13212.02187.11-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.70%
GREEN value IS 29 (11.72% from 255) = 6.29%
BLUE value IS 249 (97.66% from 255) = 54.01%
R=39.70%
G=6.29%
B=54.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal183292490.270.8800.0228294.8354.51
HexB71DF91B580211a5f37
Octal26735371331300243213767
Binary1011011111101111110011101110110000101000110101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71DF9; }

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

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

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

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

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

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

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

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