Html Css Color HEX #B10FFE Electric Purple

📋 copy color: '#B10FFE'

red 177 ◦ green 15 ◦ blue 254

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

Shades of Electric Purple #B10FFE

Tints of Electric Purple #B10FFE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.36%

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

R = 39.69%
G = 3.36%
B = 56.95%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B10FFE (or 0xB10FFE) is known color: Electric Purple. HEX triplet: B1, 0F and FE. RGB value is (177,15,254). Sum of RGB (Red+Green+Blue) = 177+15+254=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 15 (6.25% from 255 or 3.36% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #B10FFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B10FFE is #4EF001. Grayscale: #595959. Windows color (decimal): -5173250 or 16650161. OLE color: 16650161.

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

Color convert

RGB 177 15 254 -
CMYK 0.30 0.94 0 0.00
HSL 280.67º 0.99% 0.53% -
HSV(B) 280.67º 0.94% 1% -
XYZ 36.19 16.84 95.11 -
YUV 90.68 220.17 189.57 -
System Red Green Blue C M Y K H S L
Decimal 177 15 254 0.30 0.94 0 0.00 280.67 0.99 0.53
Hex B1 F FE 1E 5E 0 0 119 63 35
Octal 261 17 376 36 136 0 0 431 143 65
Binary 10110001 1111 11111110 11110 1011110 0 0 100011001 1100011 110101

Color Harmonies of #B10FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10FFE

Black with #B10FFE

Text Example


Text Example

White with #B10FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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