Html Css Color HEX #B110FB Electric Purple

📋 copy color: '#B110FB'

red 177 ◦ green 16 ◦ blue 251

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

Shades of Electric Purple #B110FB

Tints of Electric Purple #B110FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.53%

R = 39.86%
G = 3.6%
B = 56.53%

CMYK

 C value IS 0.29

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B110FB (or 0xB110FB) is known color: Electric Purple. HEX triplet: B1, 10 and FB. RGB value is (177,16,251). Sum of RGB (Red+Green+Blue) = 177+16+251=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 16 (6.64% from 255 or 3.60% from 444); Blue value is 251 (98.44% from 255 or 56.53% from 444); Max value from RGB is 251 - color contains mainly: blue. Hex color #B110FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B110FB is #4EEF04. Grayscale: #5A5A5A. Windows color (decimal): -5172997 or 16453809. OLE color: 16453809.

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

Color convert

RGB 177 16 251 -
CMYK 0.29 0.94 0 0.02
HSL 281.11º 0.97% 0.52% -
HSV(B) 281.11º 0.94% 0.98% -
XYZ 35.73 16.68 92.6 -
YUV 90.93 218.34 189.39 -
System Red Green Blue C M Y K H S L
Decimal 177 16 251 0.29 0.94 0 0.02 281.11 0.97 0.52
Hex B1 10 FB 1D 5E 0 2 119 61 34
Octal 261 20 373 35 136 0 2 431 141 64
Binary 10110001 10000 11111011 11101 1011110 0 10 100011001 1100001 110100

Color Harmonies of #B110FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B110FB

Black with #B110FB

Text Example


Text Example

White with #B110FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B110FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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