Html Css Color HEX #B10FEE Electric Purple

📋 copy color: '#B10FEE'

red 177 ◦ green 15 ◦ blue 238

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

Shades of Electric Purple #B10FEE

Tints of Electric Purple #B10FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 55.35%

R = 41.16%
G = 3.49%
B = 55.35%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B10FEE (or 0xB10FEE) is known color: Electric Purple. HEX triplet: B1, 0F and EE. RGB value is (177,15,238). Sum of RGB (Red+Green+Blue) = 177+15+238=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 15 (6.25% from 255 or 3.49% from 430); Blue value is 238 (93.36% from 255 or 55.35% from 430); Max value from RGB is 238 - color contains mainly: blue. Hex color #B10FEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B10FEE is #4EF011. Grayscale: #585858. Windows color (decimal): -5173266 or 15601585. OLE color: 15601585.

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

Color convert

RGB 177 15 238 -
CMYK 0.26 0.94 0 0.07
HSL 283.59º 0.88% 0.5% -
HSV(B) 283.59º 0.94% 0.93% -
XYZ 33.73 15.86 82.17 -
YUV 88.86 212.17 190.87 -
System Red Green Blue C M Y K H S L
Decimal 177 15 238 0.26 0.94 0 0.07 283.59 0.88 0.5
Hex B1 F EE 1A 5E 0 7 11C 58 32
Octal 261 17 356 32 136 0 7 434 130 62
Binary 10110001 1111 11101110 11010 1011110 0 111 100011100 1011000 110010

Color Harmonies of #B10FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10FEE

Black with #B10FEE

Text Example


Text Example

White with #B10FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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