Html Css Color HEX #B10AFF Electric Purple

📋 copy color: '#B10AFF'

red 177 ◦ green 10 ◦ blue 255

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

Shades of Electric Purple #B10AFF

Tints of Electric Purple #B10AFF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.26%

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

R = 40.05%
G = 2.26%
B = 57.69%

CMYK

 C value IS 0.31

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B10AFF (or 0xB10AFF) is known color: Electric Purple. HEX triplet: B1, 0A and FF. RGB value is (177,10,255). Sum of RGB (Red+Green+Blue) = 177+10+255=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 10 (4.30% from 255 or 2.26% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #B10AFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B10AFF is #4EF500. Grayscale: #575757. Windows color (decimal): -5174529 or 16714417. OLE color: 16714417.

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

Color convert

RGB 177 10 255 -
CMYK 0.31 0.96 0 0
HSL 280.9º 1% 0.52% -
HSV(B) 280.9º 0.96% 1% -
XYZ 36.29 16.78 95.93 -
YUV 87.86 222.33 191.58 -
System Red Green Blue C M Y K H S L
Decimal 177 10 255 0.31 0.96 0 0 280.9 1 0.52
Hex B1 A FF 1F 60 0 0 119 64 34
Octal 261 12 377 37 140 0 0 431 144 64
Binary 10110001 1010 11111111 11111 1100000 0 0 100011001 1100100 110100

Color Harmonies of #B10AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10AFF

Black with #B10AFF

Text Example


Text Example

White with #B10AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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