Html Css Color HEX #861BBE Dark Orchid

📋 copy color: '#861BBE'

red 134 ◦ green 27 ◦ blue 190

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

Shades of Dark Orchid #861BBE

Tints of Dark Orchid #861BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 54.13%

R = 38.18%
G = 7.69%
B = 54.13%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#861BBE (or 0x861BBE) is known color: Dark Orchid. HEX triplet: 86, 1B and BE. RGB value is (134,27,190). Sum of RGB (Red+Green+Blue) = 134+27+190=351 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.18% from 351); Green value is 27 (10.94% from 255 or 7.69% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #861BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #861BBE is #79E441. Grayscale: #4D4D4D. Windows color (decimal): -7988290 or 12458886. OLE color: 12458886.

HSL color Cylindrical-coordinate representation of color #861BBE: hue angle of 279.39º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #861BBE is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 27 190 -
CMYK 0.29 0.86 0 0.25
HSL 279.39º 0.75% 0.43% -
HSV(B) 279.39º 0.86% 0.75% -
XYZ 19.52 9.57 49.53 -
YUV 77.58 191.45 168.25 -
System Red Green Blue C M Y K H S L
Decimal 134 27 190 0.29 0.86 0 0.25 279.39 0.75 0.43
Hex 86 1B BE 1D 56 0 19 117 4B 2B
Octal 206 33 276 35 126 0 31 427 113 53
Binary 10000110 11011 10111110 11101 1010110 0 11001 100010111 1001011 101011

Color Harmonies of #861BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861BBE

Black with #861BBE

Text Example


Text Example

White with #861BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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