Html Css Color HEX #B10EFF Electric Purple

📋 copy color: '#B10EFF'

red 177 ◦ green 14 ◦ blue 255

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

Shades of Electric Purple #B10EFF

Tints of Electric Purple #B10EFF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.14%

 BLUE value IS 255 (100% from 255) = 57.17%

R = 39.69%
G = 3.14%
B = 57.17%

CMYK

 C value IS 0.31

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B10EFF (or 0xB10EFF) is known color: Electric Purple. HEX triplet: B1, 0E and FF. RGB value is (177,14,255). Sum of RGB (Red+Green+Blue) = 177+14+255=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 14 (5.86% from 255 or 3.14% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #B10EFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B10EFF is #4EF100. Grayscale: #595959. Windows color (decimal): -5173505 or 16715441. OLE color: 16715441.

HSL color Cylindrical-coordinate representation of color #B10EFF: hue angle of 280.58º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B10EFF is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 177 14 255 -
CMYK 0.31 0.95 0 0
HSL 280.58º 1% 0.53% -
HSV(B) 280.58º 0.95% 1% -
XYZ 36.34 16.88 95.95 -
YUV 90.21 221 189.9 -
System Red Green Blue C M Y K H S L
Decimal 177 14 255 0.31 0.95 0 0 280.58 1 0.53
Hex B1 E FF 1F 5F 0 0 119 64 35
Octal 261 16 377 37 137 0 0 431 144 65
Binary 10110001 1110 11111111 11111 1011111 0 0 100011001 1100100 110101

Color Harmonies of #B10EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10EFF

Black with #B10EFF

Text Example


Text Example

White with #B10EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10EFF; }

 p { color: rgb(177,14,255); }

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

background-color css

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

 a { background-color: rgb(177,14,255); }

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

border-color css

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

 span { border-color: rgb(177,14,255); }

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