#B816FF

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

Shades of Electric Purple #B816FF

Tints of Electric Purple #B816FF

Color information

#B816FF (or 0xB816FF) is unknown color: approx Electric Purple. HEX triplet: B8, 16 and FF. RGB value is (184,22,255). Sum of RGB (Red+Green+Blue) = 184+22+255=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 22 (8.98% from 255 or 4.77% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #B816FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B816FF is #47E900. Grayscale: #606060. Windows color (decimal): -4712705 or 16717496. OLE color: 16717496.

HSL color Cylindrical-coordinate representation of color #B816FF: hue angle of 281.72º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B816FF is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB18422255-
CMYK0.280.9100
HSL281.72º100%54.31%-
HSV(B)281.72º91.37%100%-
XYZ38.117.9896.07-
YUV97217.17190.05-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.91%
GREEN value IS 22 (8.98% from 255) = 4.77%
BLUE value IS 255 (100% from 255) = 55.31%
R=39.91%
G=4.77%
B=55.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal184222550.280.9100281.7210054.31
HexB816FF1C5B0011a6436
Octal27026377341330043214466
Binary101110001011011111111111001011011001000110101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B816FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B816FF; }

 p { color: rgb(184,22,255); }

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

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

 a { background-color: rgb(184,22,255); }

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

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

 span { border-color: rgb(184,22,255); }

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