Html Css Color HEX #B10FE5 Electric Purple

📋 copy color: '#B10FE5'

red 177 ◦ green 15 ◦ blue 229

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

Shades of Electric Purple #B10FE5

Tints of Electric Purple #B10FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 54.39%

R = 42.04%
G = 3.56%
B = 54.39%

CMYK

 C value IS 0.23

 M value IS 0.93

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B10FE5 (or 0xB10FE5) is known color: Electric Purple. HEX triplet: B1, 0F and E5. RGB value is (177,15,229). Sum of RGB (Red+Green+Blue) = 177+15+229=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 15 (6.25% from 255 or 3.56% from 421); Blue value is 229 (89.84% from 255 or 54.39% from 421); Max value from RGB is 229 - color contains mainly: blue. Hex color #B10FE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10FE5 is #4EF01A. Grayscale: #575757. Windows color (decimal): -5173275 or 15011761. OLE color: 15011761.

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

Color convert

RGB 177 15 229 -
CMYK 0.23 0.93 0 0.10
HSL 285.42º 0.88% 0.48% -
HSV(B) 285.42º 0.93% 0.9% -
XYZ 32.45 15.35 75.38 -
YUV 87.83 207.67 191.6 -
System Red Green Blue C M Y K H S L
Decimal 177 15 229 0.23 0.93 0 0.10 285.42 0.88 0.48
Hex B1 F E5 17 5D 0 A 11D 58 30
Octal 261 17 345 27 135 0 12 435 130 60
Binary 10110001 1111 11100101 10111 1011101 0 1010 100011101 1011000 110000

Color Harmonies of #B10FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10FE5

Black with #B10FE5

Text Example


Text Example

White with #B10FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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