#B11BFC

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

Shades of Electric Purple #B11BFC

Tints of Electric Purple #B11BFC

Color information

#B11BFC (or 0xB11BFC) is unknown color: approx Electric Purple. HEX triplet: B1, 1B and FC. RGB value is (177,27,252). Sum of RGB (Red+Green+Blue) = 177+27+252=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 27 (10.94% from 255 or 5.92% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #B11BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11BFC is #4EE403. Grayscale: #606060. Windows color (decimal): -5170180 or 16522161. OLE color: 16522161.

HSL color Cylindrical-coordinate representation of color #B11BFC: hue angle of 280º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B11BFC is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB17727252-
CMYK0.300.8900.01
HSL280º97.4%54.71%-
HSV(B)280º89.29%98.82%-
XYZ36.0917.1693.51-
YUV97.5215.2184.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.82%
GREEN value IS 27 (10.94% from 255) = 5.92%
BLUE value IS 252 (98.83% from 255) = 55.26%
R=38.82%
G=5.92%
B=55.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal177272520.300.8900.0128097.454.71
HexB11BFC1E59011186137
Octal26133374361310143014167
Binary101100011101111111100111101011001011000110001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11BFC; }

 p { color: rgb(177,27,252); }

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

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

 a { background-color: rgb(177,27,252); }

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

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

 span { border-color: rgb(177,27,252); }

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