Html Css Color HEX #850BFB Electric Indigo

📋 copy color: '#850BFB'

red 133 ◦ green 11 ◦ blue 251

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

Shades of Electric Indigo #850BFB

Tints of Electric Indigo #850BFB

RGB

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

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

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

R = 33.67%
G = 2.78%
B = 63.54%

CMYK

 C value IS 0.47

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#850BFB (or 0x850BFB) is known color: Electric Indigo. HEX triplet: 85, 0B and FB. RGB value is (133,11,251). Sum of RGB (Red+Green+Blue) = 133+11+251=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 11 (4.69% from 255 or 2.78% from 395); Blue value is 251 (98.44% from 255 or 63.54% from 395); Max value from RGB is 251 - color contains mainly: blue. Hex color #850BFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #850BFB is #7AF404. Grayscale: #4A4A4A. Windows color (decimal): -8057861 or 16452485. OLE color: 16452485.

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

Color convert

RGB 133 11 251 -
CMYK 0.47 0.96 0 0.02
HSL 270.5º 0.97% 0.51% -
HSV(B) 270.5º 0.96% 0.98% -
XYZ 27.21 12.19 92.19 -
YUV 74.84 227.42 169.49 -
System Red Green Blue C M Y K H S L
Decimal 133 11 251 0.47 0.96 0 0.02 270.5 0.97 0.51
Hex 85 B FB 2F 60 0 2 10E 61 33
Octal 205 13 373 57 140 0 2 416 141 63
Binary 10000101 1011 11111011 101111 1100000 0 10 100001110 1100001 110011

Color Harmonies of #850BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850BFB

Black with #850BFB

Text Example


Text Example

White with #850BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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