#B100FF

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

Shades of Electric Purple #B100FF

Tints of Electric Purple #B100FF

Color information

#B100FF (or 0xB100FF) is unknown color: approx Electric Purple. HEX triplet: B1, 00 and FF. RGB value is (177,0,255). Sum of RGB (Red+Green+Blue) = 177+0+255=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 0 (0.39% from 255 or 0% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #B100FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B100FF is #4EFF00. Grayscale: #515151. Windows color (decimal): -5177089 or 16711857. OLE color: 16711857.

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

Color convert

RGB1770255-
CMYK0.31100
HSL281.65º100%50%-
HSV(B)281.65º100%100%-
XYZ36.1816.5795.9-
YUV81.99225.64195.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.97%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 59.03%
R=40.97%
G=0%
B=59.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal17702550.31100281.6510050
HexB10FF1F640011a6432
Octal2610377371440043214462
Binary10110001011111111111111100100001000110101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B100FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B100FF; }

 p { color: rgb(177,0,255); }

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

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

 a { background-color: rgb(177,0,255); }

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

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

 span { border-color: rgb(177,0,255); }

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