Html Css Color HEX #850BFE Electric Indigo

📋 copy color: '#850BFE'

red 133 ◦ green 11 ◦ blue 254

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

Shades of Electric Indigo #850BFE

Tints of Electric Indigo #850BFE

RGB

 RED value IS 133 (52.34% from 255) = 33.42%

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

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

R = 33.42%
G = 2.76%
B = 63.82%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#850BFE (or 0x850BFE) is known color: Electric Indigo. HEX triplet: 85, 0B and FE. RGB value is (133,11,254). Sum of RGB (Red+Green+Blue) = 133+11+254=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 11 (4.69% from 255 or 2.76% from 398); Blue value is 254 (99.61% from 255 or 63.82% from 398); Max value from RGB is 254 - color contains mainly: blue. Hex color #850BFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #850BFE is #7AF401. Grayscale: #4A4A4A. Windows color (decimal): -8057858 or 16649093. OLE color: 16649093.

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

Color convert

RGB 133 11 254 -
CMYK 0.48 0.96 0 0.00
HSL 270.12º 0.99% 0.52% -
HSV(B) 270.12º 0.96% 1% -
XYZ 27.68 12.38 94.7 -
YUV 75.18 228.92 169.24 -
System Red Green Blue C M Y K H S L
Decimal 133 11 254 0.48 0.96 0 0.00 270.12 0.99 0.52
Hex 85 B FE 30 60 0 0 10E 63 34
Octal 205 13 376 60 140 0 0 416 143 64
Binary 10000101 1011 11111110 110000 1100000 0 0 100001110 1100011 110100

Color Harmonies of #850BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850BFE

Black with #850BFE

Text Example


Text Example

White with #850BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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