Html Css Color HEX #B10FF6 Electric Purple

📋 copy color: '#B10FF6'

red 177 ◦ green 15 ◦ blue 246

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

Shades of Electric Purple #B10FF6

Tints of Electric Purple #B10FF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 56.16%

R = 40.41%
G = 3.42%
B = 56.16%

CMYK

 C value IS 0.28

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B10FF6 (or 0xB10FF6) is known color: Electric Purple. HEX triplet: B1, 0F and F6. RGB value is (177,15,246). Sum of RGB (Red+Green+Blue) = 177+15+246=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 15 (6.25% from 255 or 3.42% from 438); Blue value is 246 (96.48% from 255 or 56.16% from 438); Max value from RGB is 246 - color contains mainly: blue. Hex color #B10FF6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B10FF6 is #4EF009. Grayscale: #595959. Windows color (decimal): -5173258 or 16125873. OLE color: 16125873.

HSL color Cylindrical-coordinate representation of color #B10FF6: hue angle of 282.08º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10FF6 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 177 15 246 -
CMYK 0.28 0.94 0 0.04
HSL 282.08º 0.93% 0.51% -
HSV(B) 282.08º 0.94% 0.96% -
XYZ 34.94 16.34 88.5 -
YUV 89.77 216.17 190.22 -
System Red Green Blue C M Y K H S L
Decimal 177 15 246 0.28 0.94 0 0.04 282.08 0.93 0.51
Hex B1 F F6 1C 5E 0 4 11A 5D 33
Octal 261 17 366 34 136 0 4 432 135 63
Binary 10110001 1111 11110110 11100 1011110 0 100 100011010 1011101 110011

Color Harmonies of #B10FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10FF6

Black with #B10FF6

Text Example


Text Example

White with #B10FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10FF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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