Html Css Color HEX #B10FFB Electric Purple

📋 copy color: '#B10FFB'

red 177 ◦ green 15 ◦ blue 251

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

Shades of Electric Purple #B10FFB

Tints of Electric Purple #B10FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.66%

R = 39.95%
G = 3.39%
B = 56.66%

CMYK

 C value IS 0.29

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B10FFB (or 0xB10FFB) is known color: Electric Purple. HEX triplet: B1, 0F and FB. RGB value is (177,15,251). Sum of RGB (Red+Green+Blue) = 177+15+251=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 15 (6.25% from 255 or 3.39% from 443); Blue value is 251 (98.44% from 255 or 56.66% from 443); Max value from RGB is 251 - color contains mainly: blue. Hex color #B10FFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B10FFB is #4EF004. Grayscale: #595959. Windows color (decimal): -5173253 or 16453553. OLE color: 16453553.

HSL color Cylindrical-coordinate representation of color #B10FFB: hue angle of 281.19º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10FFB is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 15 251 -
CMYK 0.29 0.94 0 0.02
HSL 281.19º 0.97% 0.52% -
HSV(B) 281.19º 0.94% 0.98% -
XYZ 35.71 16.65 92.6 -
YUV 90.34 218.67 189.81 -
System Red Green Blue C M Y K H S L
Decimal 177 15 251 0.29 0.94 0 0.02 281.19 0.97 0.52
Hex B1 F FB 1D 5E 0 2 119 61 34
Octal 261 17 373 35 136 0 2 431 141 64
Binary 10110001 1111 11111011 11101 1011110 0 10 100011001 1100001 110100

Color Harmonies of #B10FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10FFB

Black with #B10FFB

Text Example


Text Example

White with #B10FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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