Html Css Color HEX #861BE0 Blue Violet

📋 copy color: '#861BE0'

red 134 ◦ green 27 ◦ blue 224

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

Shades of Blue Violet #861BE0

Tints of Blue Violet #861BE0

RGB

 RED value IS 134 (52.73% from 255) = 34.81%

 GREEN value IS 27 (10.94% from 255) = 7.01%

 BLUE value IS 224 (87.89% from 255) = 58.18%

R = 34.81%
G = 7.01%
B = 58.18%

CMYK

 C value IS 0.40

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#861BE0 (or 0x861BE0) is known color: Blue Violet. HEX triplet: 86, 1B and E0. RGB value is (134,27,224). Sum of RGB (Red+Green+Blue) = 134+27+224=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 27 (10.94% from 255 or 7.01% from 385); Blue value is 224 (87.89% from 255 or 58.18% from 385); Max value from RGB is 224 - color contains mainly: blue. Hex color #861BE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #861BE0 is #79E41F. Grayscale: #505050. Windows color (decimal): -7988256 or 14687110. OLE color: 14687110.

HSL color Cylindrical-coordinate representation of color #861BE0: hue angle of 272.59º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #861BE0 is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 134 27 224 -
CMYK 0.40 0.88 0 0.12
HSL 272.59º 0.78% 0.49% -
HSV(B) 272.59º 0.88% 0.88% -
XYZ 23.68 11.23 71.44 -
YUV 81.45 208.45 165.48 -
System Red Green Blue C M Y K H S L
Decimal 134 27 224 0.40 0.88 0 0.12 272.59 0.78 0.49
Hex 86 1B E0 28 58 0 C 111 4E 31
Octal 206 33 340 50 130 0 14 421 116 61
Binary 10000110 11011 11100000 101000 1011000 0 1100 100010001 1001110 110001

Color Harmonies of #861BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861BE0

Black with #861BE0

Text Example


Text Example

White with #861BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861BE0; }

 p { color: rgb(134,27,224); }

 H1.HeaderClassName
 {
   color: #861BE0;
 }
 .AnyTagClassName
 {
   color: #861BE0;
 }
</style>

background-color css

<style>
 a { background-color: #861BE0; }

 a { background-color: rgb(134,27,224); }

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

border-color css

<style>
 span { border-color: #861BE0; }

 span { border-color: rgb(134,27,224); }

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