#B81CF7

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

Shades of Electric Purple #B81CF7

Tints of Electric Purple #B81CF7

Color information

#B81CF7 (or 0xB81CF7) is unknown color: approx Electric Purple. HEX triplet: B8, 1C and F7. RGB value is (184,28,247). Sum of RGB (Red+Green+Blue) = 184+28+247=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 28 (11.33% from 255 or 6.10% from 459); Blue value is 247 (96.88% from 255 or 53.81% from 459); Max value from RGB is 247 - color contains mainly: blue. Hex color #B81CF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81CF7 is #47E308. Grayscale: #626262. Windows color (decimal): -4711177 or 16194744. OLE color: 16194744.

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

Color convert

RGB18428247-
CMYK0.260.8900.03
HSL282.74º93.19%53.92%-
HSV(B)282.74º88.66%96.86%-
XYZ36.9717.7489.47-
YUV99.61211.18188.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.09%
GREEN value IS 28 (11.33% from 255) = 6.10%
BLUE value IS 247 (96.88% from 255) = 53.81%
R=40.09%
G=6.10%
B=53.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal184282470.260.8900.03282.7493.1953.92
HexB81CF71A590311b5d36
Octal27034367321310343313566
Binary1011100011100111101111101010110010111000110111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81CF7; }

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

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

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

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

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

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

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

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