Html Css Color HEX #850BFC Electric Indigo

📋 copy color: '#850BFC'

red 133 ◦ green 11 ◦ blue 252

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

Shades of Electric Indigo #850BFC

Tints of Electric Indigo #850BFC

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 value IS 0.47

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#850BFC (or 0x850BFC) is known color: 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

RGB 133 11 252 -
CMYK 0.47 0.96 0 0.01
HSL 270.37º 0.98% 0.52% -
HSV(B) 270.37º 0.96% 0.99% -
XYZ 27.36 12.25 93.02 -
YUV 74.95 227.92 169.4 -
System Red Green Blue C M Y K H S L
Decimal 133 11 252 0.47 0.96 0 0.01 270.37 0.98 0.52
Hex 85 B FC 2F 60 0 1 10E 62 34
Octal 205 13 374 57 140 0 1 416 142 64
Binary 10000101 1011 11111100 101111 1100000 0 1 100001110 1100010 110100

Color Harmonies of #850BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850BFC

Black with #850BFC

Text Example


Text Example

White with #850BFC

Text Example


Text Example

HTML Codes & Css Web 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>