Html Css Color HEX #B10AFD Electric Purple

📋 copy color: '#B10AFD'

red 177 ◦ green 10 ◦ blue 253

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

Shades of Electric Purple #B10AFD

Tints of Electric Purple #B10AFD

RGB

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

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

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

R = 40.23%
G = 2.27%
B = 57.5%

CMYK

 C value IS 0.30

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B10AFD (or 0xB10AFD) is known color: Electric Purple. HEX triplet: B1, 0A and FD. RGB value is (177,10,253). Sum of RGB (Red+Green+Blue) = 177+10+253=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 10 (4.30% from 255 or 2.27% from 440); Blue value is 253 (99.22% from 255 or 57.5% from 440); Max value from RGB is 253 - color contains mainly: blue. Hex color #B10AFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B10AFD is #4EF502. Grayscale: #565656. Windows color (decimal): -5174531 or 16583345. OLE color: 16583345.

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

Color convert

RGB 177 10 253 -
CMYK 0.30 0.96 0 0.01
HSL 281.23º 0.98% 0.52% -
HSV(B) 281.23º 0.96% 0.99% -
XYZ 35.97 16.66 94.25 -
YUV 87.64 221.33 191.74 -
System Red Green Blue C M Y K H S L
Decimal 177 10 253 0.30 0.96 0 0.01 281.23 0.98 0.52
Hex B1 A FD 1E 60 0 1 119 62 34
Octal 261 12 375 36 140 0 1 431 142 64
Binary 10110001 1010 11111101 11110 1100000 0 1 100011001 1100010 110100

Color Harmonies of #B10AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10AFD

Black with #B10AFD

Text Example


Text Example

White with #B10AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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