Html Css Color HEX #B10FE7 Electric Purple

📋 copy color: '#B10FE7'

red 177 ◦ green 15 ◦ blue 231

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

Shades of Electric Purple #B10FE7

Tints of Electric Purple #B10FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 54.61%

R = 41.84%
G = 3.55%
B = 54.61%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B10FE7 (or 0xB10FE7) is known color: Electric Purple. HEX triplet: B1, 0F and E7. RGB value is (177,15,231). Sum of RGB (Red+Green+Blue) = 177+15+231=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 15 (6.25% from 255 or 3.55% from 423); Blue value is 231 (90.62% from 255 or 54.61% from 423); Max value from RGB is 231 - color contains mainly: blue. Hex color #B10FE7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B10FE7 is #4EF018. Grayscale: #575757. Windows color (decimal): -5173273 or 15142833. OLE color: 15142833.

HSL color Cylindrical-coordinate representation of color #B10FE7: hue angle of 285º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10FE7 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 177 15 231 -
CMYK 0.23 0.94 0 0.09
HSL 285º 0.88% 0.48% -
HSV(B) 285º 0.94% 0.91% -
XYZ 32.73 15.46 76.86 -
YUV 88.06 208.67 191.44 -
System Red Green Blue C M Y K H S L
Decimal 177 15 231 0.23 0.94 0 0.09 285 0.88 0.48
Hex B1 F E7 17 5E 0 9 11D 58 30
Octal 261 17 347 27 136 0 11 435 130 60
Binary 10110001 1111 11100111 10111 1011110 0 1001 100011101 1011000 110000

Color Harmonies of #B10FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10FE7

Black with #B10FE7

Text Example


Text Example

White with #B10FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10FE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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