Html Css Color HEX #8B0BFE Electric Indigo

📋 copy color: '#8B0BFE'

red 139 ◦ green 11 ◦ blue 254

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

Shades of Electric Indigo #8B0BFE

Tints of Electric Indigo #8B0BFE

RGB

 RED value IS 139 (54.69% from 255) = 34.41%

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

 BLUE value IS 254 (99.61% from 255) = 62.87%

R = 34.41%
G = 2.72%
B = 62.87%

CMYK

 C value IS 0.45

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8B0BFE (or 0x8B0BFE) is known color: Electric Indigo. HEX triplet: 8B, 0B and FE. RGB value is (139,11,254). Sum of RGB (Red+Green+Blue) = 139+11+254=404 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.41% from 404); Green value is 11 (4.69% from 255 or 2.72% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #8B0BFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8B0BFE is #74F401. Grayscale: #4C4C4C. Windows color (decimal): -7664642 or 16649099. OLE color: 16649099.

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

Color convert

RGB 139 11 254 -
CMYK 0.45 0.96 0 0.00
HSL 271.6º 0.99% 0.52% -
HSV(B) 271.6º 0.96% 1% -
XYZ 28.66 12.88 94.74 -
YUV 76.97 227.91 172.24 -
System Red Green Blue C M Y K H S L
Decimal 139 11 254 0.45 0.96 0 0.00 271.6 0.99 0.52
Hex 8B B FE 2D 60 0 0 110 63 34
Octal 213 13 376 55 140 0 0 420 143 64
Binary 10001011 1011 11111110 101101 1100000 0 0 100010000 1100011 110100

Color Harmonies of #8B0BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0BFE

Black with #8B0BFE

Text Example


Text Example

White with #8B0BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B0BFE; }

 p { color: rgb(139,11,254); }

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

background-color css

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

 a { background-color: rgb(139,11,254); }

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

border-color css

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

 span { border-color: rgb(139,11,254); }

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