Html Css Color HEX #B10BF1 Electric Purple

📋 copy color: '#B10BF1'

red 177 ◦ green 11 ◦ blue 241

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

Shades of Electric Purple #B10BF1

Tints of Electric Purple #B10BF1

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.56%

 BLUE value IS 241 (94.53% from 255) = 56.18%

R = 41.26%
G = 2.56%
B = 56.18%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B10BF1 (or 0xB10BF1) is known color: Electric Purple. HEX triplet: B1, 0B and F1. RGB value is (177,11,241). Sum of RGB (Red+Green+Blue) = 177+11+241=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 11 (4.69% from 255 or 2.56% from 429); Blue value is 241 (94.53% from 255 or 56.18% from 429); Max value from RGB is 241 - color contains mainly: blue. Hex color #B10BF1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B10BF1 is #4EF40E. Grayscale: #565656. Windows color (decimal): -5174287 or 15797169. OLE color: 15797169.

HSL color Cylindrical-coordinate representation of color #B10BF1: hue angle of 283.3º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B10BF1 is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 11 241 -
CMYK 0.27 0.95 0 0.05
HSL 283.3º 0.91% 0.49% -
HSV(B) 283.3º 0.95% 0.95% -
XYZ 34.13 15.94 84.5 -
YUV 86.85 215 192.3 -
System Red Green Blue C M Y K H S L
Decimal 177 11 241 0.27 0.95 0 0.05 283.3 0.91 0.49
Hex B1 B F1 1B 5F 0 5 11B 5B 31
Octal 261 13 361 33 137 0 5 433 133 61
Binary 10110001 1011 11110001 11011 1011111 0 101 100011011 1011011 110001

Color Harmonies of #B10BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10BF1

Black with #B10BF1

Text Example


Text Example

White with #B10BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10BF1; }

 p { color: rgb(177,11,241); }

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

background-color css

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

 a { background-color: rgb(177,11,241); }

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

border-color css

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

 span { border-color: rgb(177,11,241); }

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