Html Css Color HEX #B11BFC Electric Purple

📋 copy color: '#B11BFC'

red 177 ◦ green 27 ◦ blue 252

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

Shades of Electric Purple #B11BFC

Tints of Electric Purple #B11BFC

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 value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B11BFC (or 0xB11BFC) is known color: 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

RGB 177 27 252 -
CMYK 0.30 0.89 0 0.01
HSL 280º 0.97% 0.55% -
HSV(B) 280º 0.89% 0.99% -
XYZ 36.09 17.16 93.51 -
YUV 97.5 215.2 184.7 -
System Red Green Blue C M Y K H S L
Decimal 177 27 252 0.30 0.89 0 0.01 280 0.97 0.55
Hex B1 1B FC 1E 59 0 1 118 61 37
Octal 261 33 374 36 131 0 1 430 141 67
Binary 10110001 11011 11111100 11110 1011001 0 1 100011000 1100001 110111

Color Harmonies of #B11BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11BFC

Black with #B11BFC

Text Example


Text Example

White with #B11BFC

Text Example


Text Example

HTML Codes & Css Web 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>