Html Css Color HEX #8211FB Electric Indigo

📋 copy color: '#8211FB'

red 130 ◦ green 17 ◦ blue 251

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

Shades of Electric Indigo #8211FB

Tints of Electric Indigo #8211FB

RGB

 RED value IS 130 (51.17% from 255) = 32.66%

 GREEN value IS 17 (7.03% from 255) = 4.27%

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

R = 32.66%
G = 4.27%
B = 63.07%

CMYK

 C value IS 0.48

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8211FB (or 0x8211FB) is known color: Electric Indigo. HEX triplet: 82, 11 and FB. RGB value is (130,17,251). Sum of RGB (Red+Green+Blue) = 130+17+251=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 17 (7.03% from 255 or 4.27% from 398); Blue value is 251 (98.44% from 255 or 63.07% from 398); Max value from RGB is 251 - color contains mainly: blue. Hex color #8211FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8211FB is #7DEE04. Grayscale: #4C4C4C. Windows color (decimal): -8252933 or 16454018. OLE color: 16454018.

HSL color Cylindrical-coordinate representation of color #8211FB: hue angle of 268.97º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8211FB is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 17 251 -
CMYK 0.48 0.93 0 0.02
HSL 268.97º 0.97% 0.53% -
HSV(B) 268.97º 0.93% 0.98% -
XYZ 26.82 12.11 92.19 -
YUV 77.46 225.94 165.47 -
System Red Green Blue C M Y K H S L
Decimal 130 17 251 0.48 0.93 0 0.02 268.97 0.97 0.53
Hex 82 11 FB 30 5D 0 2 10D 61 35
Octal 202 21 373 60 135 0 2 415 141 65
Binary 10000010 10001 11111011 110000 1011101 0 10 100001101 1100001 110101

Color Harmonies of #8211FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8211FB

Black with #8211FB

Text Example


Text Example

White with #8211FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8211FB; }

 p { color: rgb(130,17,251); }

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

background-color css

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

 a { background-color: rgb(130,17,251); }

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

border-color css

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

 span { border-color: rgb(130,17,251); }

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