Html Css Color HEX #B10FEF Electric Purple

📋 copy color: '#B10FEF'

red 177 ◦ green 15 ◦ blue 239

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

Shades of Electric Purple #B10FEF

Tints of Electric Purple #B10FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 55.45%

R = 41.07%
G = 3.48%
B = 55.45%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B10FEF (or 0xB10FEF) is known color: Electric Purple. HEX triplet: B1, 0F and EF. RGB value is (177,15,239). Sum of RGB (Red+Green+Blue) = 177+15+239=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 15 (6.25% from 255 or 3.48% from 431); Blue value is 239 (93.75% from 255 or 55.45% from 431); Max value from RGB is 239 - color contains mainly: blue. Hex color #B10FEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B10FEF is #4EF010. Grayscale: #585858. Windows color (decimal): -5173265 or 15667121. OLE color: 15667121.

HSL color Cylindrical-coordinate representation of color #B10FEF: hue angle of 283.39º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10FEF is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 15 239 -
CMYK 0.26 0.94 0 0.06
HSL 283.39º 0.88% 0.5% -
HSV(B) 283.39º 0.94% 0.94% -
XYZ 33.88 15.92 82.95 -
YUV 88.97 212.67 190.79 -
System Red Green Blue C M Y K H S L
Decimal 177 15 239 0.26 0.94 0 0.06 283.39 0.88 0.5
Hex B1 F EF 1A 5E 0 6 11B 58 32
Octal 261 17 357 32 136 0 6 433 130 62
Binary 10110001 1111 11101111 11010 1011110 0 110 100011011 1011000 110010

Color Harmonies of #B10FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10FEF

Black with #B10FEF

Text Example


Text Example

White with #B10FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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