Html Css Color HEX #B11FFC Electric Purple

📋 copy color: '#B11FFC'

red 177 ◦ green 31 ◦ blue 252

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

Shades of Electric Purple #B11FFC

Tints of Electric Purple #B11FFC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.74%

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

R = 38.48%
G = 6.74%
B = 54.78%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B11FFC (or 0xB11FFC) is known color: Electric Purple. HEX triplet: B1, 1F and FC. RGB value is (177,31,252). Sum of RGB (Red+Green+Blue) = 177+31+252=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 31 (12.5% from 255 or 6.74% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #B11FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11FFC is #4EE003. Grayscale: #636363. Windows color (decimal): -5169156 or 16523185. OLE color: 16523185.

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

Color convert

RGB 177 31 252 -
CMYK 0.30 0.88 0 0.01
HSL 279.64º 0.97% 0.55% -
HSV(B) 279.64º 0.88% 0.99% -
XYZ 36.19 17.36 93.54 -
YUV 99.85 213.87 183.03 -
System Red Green Blue C M Y K H S L
Decimal 177 31 252 0.30 0.88 0 0.01 279.64 0.97 0.55
Hex B1 1F FC 1E 58 0 1 118 61 37
Octal 261 37 374 36 130 0 1 430 141 67
Binary 10110001 11111 11111100 11110 1011000 0 1 100011000 1100001 110111

Color Harmonies of #B11FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11FFC

Black with #B11FFC

Text Example


Text Example

White with #B11FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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