Html Css Color HEX #880BFE Electric Indigo

📋 copy color: '#880BFE'

red 136 ◦ green 11 ◦ blue 254

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

Shades of Electric Indigo #880BFE

Tints of Electric Indigo #880BFE

RGB

 RED value IS 136 (53.52% from 255) = 33.92%

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

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

R = 33.92%
G = 2.74%
B = 63.34%

CMYK

 C value IS 0.46

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#880BFE (or 0x880BFE) is known color: Electric Indigo. HEX triplet: 88, 0B and FE. RGB value is (136,11,254). Sum of RGB (Red+Green+Blue) = 136+11+254=401 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.92% from 401); Green value is 11 (4.69% from 255 or 2.74% from 401); Blue value is 254 (99.61% from 255 or 63.34% from 401); Max value from RGB is 254 - color contains mainly: blue. Hex color #880BFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880BFE is #77F401. Grayscale: #4B4B4B. Windows color (decimal): -7861250 or 16649096. OLE color: 16649096.

HSL color Cylindrical-coordinate representation of color #880BFE: hue angle of 270.86º 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 #880BFE is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 136 11 254 -
CMYK 0.46 0.96 0 0.00
HSL 270.86º 0.99% 0.52% -
HSV(B) 270.86º 0.96% 1% -
XYZ 28.16 12.63 94.72 -
YUV 76.08 228.41 170.74 -
System Red Green Blue C M Y K H S L
Decimal 136 11 254 0.46 0.96 0 0.00 270.86 0.99 0.52
Hex 88 B FE 2E 60 0 0 10F 63 34
Octal 210 13 376 56 140 0 0 417 143 64
Binary 10001000 1011 11111110 101110 1100000 0 0 100001111 1100011 110100

Color Harmonies of #880BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880BFE

Black with #880BFE

Text Example


Text Example

White with #880BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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