Html Css Color HEX #B110FF Electric Purple

📋 copy color: '#B110FF'

red 177 ◦ green 16 ◦ blue 255

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

Shades of Electric Purple #B110FF

Tints of Electric Purple #B110FF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.57%

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

R = 39.51%
G = 3.57%
B = 56.92%

CMYK

 C value IS 0.31

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B110FF (or 0xB110FF) is known color: Electric Purple. HEX triplet: B1, 10 and FF. RGB value is (177,16,255). Sum of RGB (Red+Green+Blue) = 177+16+255=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 16 (6.64% from 255 or 3.57% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #B110FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B110FF is #4EEF00. Grayscale: #5A5A5A. Windows color (decimal): -5172993 or 16715953. OLE color: 16715953.

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

Color convert

RGB 177 16 255 -
CMYK 0.31 0.94 0 0
HSL 280.42º 1% 0.53% -
HSV(B) 280.42º 0.94% 1% -
XYZ 36.37 16.94 95.96 -
YUV 91.39 220.34 189.07 -
System Red Green Blue C M Y K H S L
Decimal 177 16 255 0.31 0.94 0 0 280.42 1 0.53
Hex B1 10 FF 1F 5E 0 0 118 64 35
Octal 261 20 377 37 136 0 0 430 144 65
Binary 10110001 10000 11111111 11111 1011110 0 0 100011000 1100100 110101

Color Harmonies of #B110FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B110FF

Black with #B110FF

Text Example


Text Example

White with #B110FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B110FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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