Html Css Color HEX #861BBC Dark Orchid

📋 copy color: '#861BBC'

red 134 ◦ green 27 ◦ blue 188

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

Shades of Dark Orchid #861BBC

Tints of Dark Orchid #861BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.87%

R = 38.4%
G = 7.74%
B = 53.87%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#861BBC (or 0x861BBC) is known color: Dark Orchid. HEX triplet: 86, 1B and BC. RGB value is (134,27,188). Sum of RGB (Red+Green+Blue) = 134+27+188=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 27 (10.94% from 255 or 7.74% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #861BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #861BBC is #79E443. Grayscale: #4C4C4C. Windows color (decimal): -7988292 or 12327814. OLE color: 12327814.

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

Color convert

RGB 134 27 188 -
CMYK 0.29 0.86 0 0.26
HSL 279.88º 0.75% 0.42% -
HSV(B) 279.88º 0.86% 0.74% -
XYZ 19.3 9.48 48.39 -
YUV 77.35 190.45 168.41 -
System Red Green Blue C M Y K H S L
Decimal 134 27 188 0.29 0.86 0 0.26 279.88 0.75 0.42
Hex 86 1B BC 1D 56 0 1A 118 4B 2A
Octal 206 33 274 35 126 0 32 430 113 52
Binary 10000110 11011 10111100 11101 1010110 0 11010 100011000 1001011 101010

Color Harmonies of #861BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861BBC

Black with #861BBC

Text Example


Text Example

White with #861BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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