Html Css Color HEX #880BFB Electric Indigo

📋 copy color: '#880BFB'

red 136 ◦ green 11 ◦ blue 251

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

Shades of Electric Indigo #880BFB

Tints of Electric Indigo #880BFB

RGB

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

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

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

R = 34.17%
G = 2.76%
B = 63.07%

CMYK

 C value IS 0.46

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#880BFB (or 0x880BFB) is known color: Electric Indigo. HEX triplet: 88, 0B and FB. RGB value is (136,11,251). Sum of RGB (Red+Green+Blue) = 136+11+251=398 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.17% from 398); Green value is 11 (4.69% from 255 or 2.76% 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 #880BFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880BFB is #77F404. Grayscale: #4A4A4A. Windows color (decimal): -7861253 or 16452488. OLE color: 16452488.

HSL color Cylindrical-coordinate representation of color #880BFB: hue angle of 271.25º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880BFB is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 136 11 251 -
CMYK 0.46 0.96 0 0.02
HSL 271.25º 0.97% 0.51% -
HSV(B) 271.25º 0.96% 0.98% -
XYZ 27.69 12.44 92.21 -
YUV 75.74 226.91 170.99 -
System Red Green Blue C M Y K H S L
Decimal 136 11 251 0.46 0.96 0 0.02 271.25 0.97 0.51
Hex 88 B FB 2E 60 0 2 10F 61 33
Octal 210 13 373 56 140 0 2 417 141 63
Binary 10001000 1011 11111011 101110 1100000 0 10 100001111 1100001 110011

Color Harmonies of #880BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880BFB

Black with #880BFB

Text Example


Text Example

White with #880BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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