#850BFC

Color #850BFC Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #850BFC

Tints of Electric Indigo #850BFC

Color information

#850BFC (or 0x850BFC) is unknown color: approx Electric Indigo. HEX triplet: 85, 0B and FC. RGB value is (133,11,252). Sum of RGB (Red+Green+Blue) = 133+11+252=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 11 (4.69% from 255 or 2.78% from 396); Blue value is 252 (98.83% from 255 or 63.64% from 396); Max value from RGB is 252 - color contains mainly: blue. Hex color #850BFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #850BFC is #7AF403. Grayscale: #4A4A4A. Windows color (decimal): -8057860 or 16518021. OLE color: 16518021.

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

Color convert

RGB13311252-
CMYK0.470.9600.01
HSL270.37º97.57%51.57%-
HSV(B)270.37º95.63%98.82%-
XYZ27.3612.2593.02-
YUV74.95227.92169.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.59%
GREEN value IS 11 (4.69% from 255) = 2.78%
BLUE value IS 252 (98.83% from 255) = 63.64%
R=33.59%
G=2.78%
B=63.64%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal133112520.470.9600.01270.3797.5751.57
Hex85BFC2F600110e6234
Octal20513374571400141614264
Binary100001011011111111001011111100000011000011101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850BFC; }

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

 H1.HeaderClassName
 {
   color: #850BFC;
 }
 .AnyTagClassName
 {
   color: #850BFC;
 }
</style>
background-color css

<style>
 a { background-color: #850BFC; }

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

 div.DivClassName
 {
   background-color: #850BFC;
 }
 .BgClassName
 {
   background-color: #850BFC;
 }
</style>
border-color css

<style>
 span { border-color: #850BFC; }

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

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