Html Css Color HEX #B10FEB Electric Purple

📋 copy color: '#B10FEB'

red 177 ◦ green 15 ◦ blue 235

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

Shades of Electric Purple #B10FEB

Tints of Electric Purple #B10FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 55.04%

R = 41.45%
G = 3.51%
B = 55.04%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B10FEB (or 0xB10FEB) is known color: Electric Purple. HEX triplet: B1, 0F and EB. RGB value is (177,15,235). Sum of RGB (Red+Green+Blue) = 177+15+235=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 15 (6.25% from 255 or 3.51% from 427); Blue value is 235 (92.19% from 255 or 55.04% from 427); Max value from RGB is 235 - color contains mainly: blue. Hex color #B10FEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B10FEB is #4EF014. Grayscale: #575757. Windows color (decimal): -5173269 or 15404977. OLE color: 15404977.

HSL color Cylindrical-coordinate representation of color #B10FEB: hue angle of 284.18º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10FEB is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 15 235 -
CMYK 0.25 0.94 0 0.08
HSL 284.18º 0.88% 0.49% -
HSV(B) 284.18º 0.94% 0.92% -
XYZ 33.3 15.69 79.87 -
YUV 88.52 210.67 191.11 -
System Red Green Blue C M Y K H S L
Decimal 177 15 235 0.25 0.94 0 0.08 284.18 0.88 0.49
Hex B1 F EB 19 5E 0 8 11C 58 31
Octal 261 17 353 31 136 0 10 434 130 61
Binary 10110001 1111 11101011 11001 1011110 0 1000 100011100 1011000 110001

Color Harmonies of #B10FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10FEB

Black with #B10FEB

Text Example


Text Example

White with #B10FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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