Html Css Color HEX #B111FA Electric Purple

📋 copy color: '#B111FA'

red 177 ◦ green 17 ◦ blue 250

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

Shades of Electric Purple #B111FA

Tints of Electric Purple #B111FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.31%

R = 39.86%
G = 3.83%
B = 56.31%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B111FA (or 0xB111FA) is known color: Electric Purple. HEX triplet: B1, 11 and FA. RGB value is (177,17,250). Sum of RGB (Red+Green+Blue) = 177+17+250=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 17 (7.03% from 255 or 3.83% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #B111FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B111FA is #4EEE05. Grayscale: #5A5A5A. Windows color (decimal): -5172742 or 16388529. OLE color: 16388529.

HSL color Cylindrical-coordinate representation of color #B111FA: hue angle of 281.2º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B111FA is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 17 250 -
CMYK 0.29 0.93 0 0.02
HSL 281.2º 0.96% 0.52% -
HSV(B) 281.2º 0.93% 0.98% -
XYZ 35.59 16.65 91.78 -
YUV 91.4 217.51 189.05 -
System Red Green Blue C M Y K H S L
Decimal 177 17 250 0.29 0.93 0 0.02 281.2 0.96 0.52
Hex B1 11 FA 1D 5D 0 2 119 60 34
Octal 261 21 372 35 135 0 2 431 140 64
Binary 10110001 10001 11111010 11101 1011101 0 10 100011001 1100000 110100

Color Harmonies of #B111FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B111FA

Black with #B111FA

Text Example


Text Example

White with #B111FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B111FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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