#B81FF7

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

Shades of Electric Purple #B81FF7

Tints of Electric Purple #B81FF7

Color information

#B81FF7 (or 0xB81FF7) is unknown color: approx Electric Purple. HEX triplet: B8, 1F and F7. RGB value is (184,31,247). Sum of RGB (Red+Green+Blue) = 184+31+247=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 31 (12.5% from 255 or 6.71% from 462); Blue value is 247 (96.88% from 255 or 53.46% from 462); Max value from RGB is 247 - color contains mainly: blue. Hex color #B81FF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81FF7 is #47E008. Grayscale: #646464. Windows color (decimal): -4710409 or 16195512. OLE color: 16195512.

HSL color Cylindrical-coordinate representation of color #B81FF7: hue angle of 282.5º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B81FF7 is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB18431247-
CMYK0.260.8700.03
HSL282.5º93.1%54.51%-
HSV(B)282.5º87.45%96.86%-
XYZ37.0517.8989.5-
YUV101.37210.19186.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.83%
GREEN value IS 31 (12.5% from 255) = 6.71%
BLUE value IS 247 (96.88% from 255) = 53.46%
R=39.83%
G=6.71%
B=53.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal184312470.260.8700.03282.593.154.51
HexB81FF71A570311a5d37
Octal27037367321270343213567
Binary1011100011111111101111101010101110111000110101011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81FF7; }

 p { color: rgb(184,31,247); }

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

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

 a { background-color: rgb(184,31,247); }

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

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

 span { border-color: rgb(184,31,247); }

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