Html Css Color HEX #B111FC Electric Purple

📋 copy color: '#B111FC'

red 177 ◦ green 17 ◦ blue 252

#B111FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #B111FC

Tints of Electric Purple #B111FC

RGB

 RED value IS 177 (69.53% from 255) = 39.69%

 GREEN value IS 17 (7.03% from 255) = 3.81%

 BLUE value IS 252 (98.83% from 255) = 56.5%

R = 39.69%
G = 3.81%
B = 56.5%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B111FC (or 0xB111FC) is known color: Electric Purple. HEX triplet: B1, 11 and FC. RGB value is (177,17,252). Sum of RGB (Red+Green+Blue) = 177+17+252=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 17 (7.03% from 255 or 3.81% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #B111FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B111FC is #4EEE03. Grayscale: #5A5A5A. Windows color (decimal): -5172740 or 16519601. OLE color: 16519601.

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

Color convert

RGB 177 17 252 -
CMYK 0.30 0.93 0 0.01
HSL 280.85º 0.98% 0.53% -
HSV(B) 280.85º 0.93% 0.99% -
XYZ 35.9 16.78 93.44 -
YUV 91.63 218.51 188.89 -
System Red Green Blue C M Y K H S L
Decimal 177 17 252 0.30 0.93 0 0.01 280.85 0.98 0.53
Hex B1 11 FC 1E 5D 0 1 119 62 35
Octal 261 21 374 36 135 0 1 431 142 65
Binary 10110001 10001 11111100 11110 1011101 0 1 100011001 1100010 110101

Color Harmonies of #B111FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B111FC

Black with #B111FC

Text Example


Text Example

White with #B111FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B111FC; }

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

 H1.HeaderClassName
 {
   color: #B111FC;
 }
 .AnyTagClassName
 {
   color: #B111FC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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