Html Css Color HEX #7E0BFC Electric Indigo

📋 copy color: '#7E0BFC'

red 126 ◦ green 11 ◦ blue 252

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

Shades of Electric Indigo #7E0BFC

Tints of Electric Indigo #7E0BFC

RGB

 RED value IS 126 (49.61% from 255) = 32.39%

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

 BLUE value IS 252 (98.83% from 255) = 64.78%

R = 32.39%
G = 2.83%
B = 64.78%

CMYK

 C value IS 0.5

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7E0BFC (or 0x7E0BFC) is known color: Electric Indigo. HEX triplet: 7E, 0B and FC. RGB value is (126,11,252). Sum of RGB (Red+Green+Blue) = 126+11+252=389 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.39% from 389); Green value is 11 (4.69% from 255 or 2.83% from 389); Blue value is 252 (98.83% from 255 or 64.78% from 389); Max value from RGB is 252 - color contains mainly: blue. Hex color #7E0BFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7E0BFC is #81F403. Grayscale: #484848. Windows color (decimal): -8516612 or 16518014. OLE color: 16518014.

HSL color Cylindrical-coordinate representation of color #7E0BFC: hue angle of 268.63º 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 #7E0BFC is Cyan = 0.5, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 126 11 252 -
CMYK 0.5 0.96 0 0.01
HSL 268.63º 0.98% 0.52% -
HSV(B) 268.63º 0.96% 0.99% -
XYZ 26.29 11.7 92.97 -
YUV 72.86 229.1 165.9 -
System Red Green Blue C M Y K H S L
Decimal 126 11 252 0.5 0.96 0 0.01 268.63 0.98 0.52
Hex 7E B FC 32 60 0 1 10D 62 34
Octal 176 13 374 62 140 0 1 415 142 64
Binary 1111110 1011 11111100 110010 1100000 0 1 100001101 1100010 110100

Color Harmonies of #7E0BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0BFC

Black with #7E0BFC

Text Example


Text Example

White with #7E0BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E0BFC; }

 p { color: rgb(126,11,252); }

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

background-color css

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

 a { background-color: rgb(126,11,252); }

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

border-color css

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

 span { border-color: rgb(126,11,252); }

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