Html Css Color HEX #B11BFF Electric Purple

📋 copy color: '#B11BFF'

red 177 ◦ green 27 ◦ blue 255

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

Shades of Electric Purple #B11BFF

Tints of Electric Purple #B11BFF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.88%

 BLUE value IS 255 (100% from 255) = 55.56%

R = 38.56%
G = 5.88%
B = 55.56%

CMYK

 C value IS 0.31

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B11BFF (or 0xB11BFF) is known color: Electric Purple. HEX triplet: B1, 1B and FF. RGB value is (177,27,255). Sum of RGB (Red+Green+Blue) = 177+27+255=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 27 (10.94% from 255 or 5.88% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #B11BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11BFF is #4EE400. Grayscale: #616161. Windows color (decimal): -5170177 or 16718769. OLE color: 16718769.

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

Color convert

RGB 177 27 255 -
CMYK 0.31 0.89 0 0
HSL 279.47º 1% 0.55% -
HSV(B) 279.47º 0.89% 1% -
XYZ 36.57 17.35 96.03 -
YUV 97.84 216.7 184.46 -
System Red Green Blue C M Y K H S L
Decimal 177 27 255 0.31 0.89 0 0 279.47 1 0.55
Hex B1 1B FF 1F 59 0 0 117 64 37
Octal 261 33 377 37 131 0 0 427 144 67
Binary 10110001 11011 11111111 11111 1011001 0 0 100010111 1100100 110111

Color Harmonies of #B11BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11BFF

Black with #B11BFF

Text Example


Text Example

White with #B11BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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