Html Css Color HEX #850BFF Electric Indigo

📋 copy color: '#850BFF'

red 133 ◦ green 11 ◦ blue 255

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

Shades of Electric Indigo #850BFF

Tints of Electric Indigo #850BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 63.91%

R = 33.33%
G = 2.76%
B = 63.91%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#850BFF (or 0x850BFF) is known color: Electric Indigo. HEX triplet: 85, 0B and FF. RGB value is (133,11,255). Sum of RGB (Red+Green+Blue) = 133+11+255=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 11 (4.69% from 255 or 2.76% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #850BFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #850BFF is #7AF400. Grayscale: #4A4A4A. Windows color (decimal): -8057857 or 16714629. OLE color: 16714629.

HSL color Cylindrical-coordinate representation of color #850BFF: hue angle of 270º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #850BFF is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 133 11 255 -
CMYK 0.48 0.96 0 0
HSL 270º 1% 0.52% -
HSV(B) 270º 0.96% 1% -
XYZ 27.84 12.45 95.54 -
YUV 75.29 229.42 169.16 -
System Red Green Blue C M Y K H S L
Decimal 133 11 255 0.48 0.96 0 0 270 1 0.52
Hex 85 B FF 30 60 0 0 10E 64 34
Octal 205 13 377 60 140 0 0 416 144 64
Binary 10000101 1011 11111111 110000 1100000 0 0 100001110 1100100 110100

Color Harmonies of #850BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850BFF

Black with #850BFF

Text Example


Text Example

White with #850BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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