Html Css Color HEX #B10FFD Electric Purple

📋 copy color: '#B10FFD'

red 177 ◦ green 15 ◦ blue 253

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

Shades of Electric Purple #B10FFD

Tints of Electric Purple #B10FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.85%

R = 39.78%
G = 3.37%
B = 56.85%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B10FFD (or 0xB10FFD) is known color: Electric Purple. HEX triplet: B1, 0F and FD. RGB value is (177,15,253). Sum of RGB (Red+Green+Blue) = 177+15+253=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 15 (6.25% from 255 or 3.37% from 445); Blue value is 253 (99.22% from 255 or 56.85% from 445); Max value from RGB is 253 - color contains mainly: blue. Hex color #B10FFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B10FFD is #4EF002. Grayscale: #595959. Windows color (decimal): -5173251 or 16584625. OLE color: 16584625.

HSL color Cylindrical-coordinate representation of color #B10FFD: hue angle of 280.84º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10FFD is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 15 253 -
CMYK 0.30 0.94 0 0.01
HSL 280.84º 0.98% 0.53% -
HSV(B) 280.84º 0.94% 0.99% -
XYZ 36.03 16.78 94.27 -
YUV 90.57 219.67 189.65 -
System Red Green Blue C M Y K H S L
Decimal 177 15 253 0.30 0.94 0 0.01 280.84 0.98 0.53
Hex B1 F FD 1E 5E 0 1 119 62 35
Octal 261 17 375 36 136 0 1 431 142 65
Binary 10110001 1111 11111101 11110 1011110 0 1 100011001 1100010 110101

Color Harmonies of #B10FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10FFD

Black with #B10FFD

Text Example


Text Example

White with #B10FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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