Html Css Color HEX #B106FE Electric Purple

📋 copy color: '#B106FE'

red 177 ◦ green 6 ◦ blue 254

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

Shades of Electric Purple #B106FE

Tints of Electric Purple #B106FE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.37%

 BLUE value IS 254 (99.61% from 255) = 58.12%

R = 40.5%
G = 1.37%
B = 58.12%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B106FE (or 0xB106FE) is known color: Electric Purple. HEX triplet: B1, 06 and FE. RGB value is (177,6,254). Sum of RGB (Red+Green+Blue) = 177+6+254=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 6 (2.73% from 255 or 1.37% from 437); Blue value is 254 (99.61% from 255 or 58.12% from 437); Max value from RGB is 254 - color contains mainly: blue. Hex color #B106FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B106FE is #4EF901. Grayscale: #545454. Windows color (decimal): -5175554 or 16647857. OLE color: 16647857.

HSL color Cylindrical-coordinate representation of color #B106FE: hue angle of 281.37º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B106FE is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 177 6 254 -
CMYK 0.30 0.98 0 0.00
HSL 281.37º 0.99% 0.51% -
HSV(B) 281.37º 0.98% 1% -
XYZ 36.09 16.63 95.07 -
YUV 85.4 223.15 193.33 -
System Red Green Blue C M Y K H S L
Decimal 177 6 254 0.30 0.98 0 0.00 281.37 0.99 0.51
Hex B1 6 FE 1E 62 0 0 119 63 33
Octal 261 6 376 36 142 0 0 431 143 63
Binary 10110001 110 11111110 11110 1100010 0 0 100011001 1100011 110011

Color Harmonies of #B106FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B106FE

Black with #B106FE

Text Example


Text Example

White with #B106FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B106FE; }

 p { color: rgb(177,6,254); }

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

background-color css

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

 a { background-color: rgb(177,6,254); }

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

border-color css

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

 span { border-color: rgb(177,6,254); }

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