Html Css Color HEX #861BBD Dark Orchid

📋 copy color: '#861BBD'

red 134 ◦ green 27 ◦ blue 189

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

Shades of Dark Orchid #861BBD

Tints of Dark Orchid #861BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 54%

R = 38.29%
G = 7.71%
B = 54%

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

#861BBD (or 0x861BBD) is known color: Dark Orchid. HEX triplet: 86, 1B and BD. RGB value is (134,27,189). Sum of RGB (Red+Green+Blue) = 134+27+189=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 27 (10.94% from 255 or 7.71% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #861BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #861BBD is #79E442. Grayscale: #4C4C4C. Windows color (decimal): -7988291 or 12393350. OLE color: 12393350.

HSL color Cylindrical-coordinate representation of color #861BBD: hue angle of 279.63º 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 #861BBD is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 27 189 -
CMYK 0.29 0.86 0 0.26
HSL 279.63º 0.75% 0.42% -
HSV(B) 279.63º 0.86% 0.74% -
XYZ 19.41 9.53 48.96 -
YUV 77.46 190.95 168.33 -
System Red Green Blue C M Y K H S L
Decimal 134 27 189 0.29 0.86 0 0.26 279.63 0.75 0.42
Hex 86 1B BD 1D 56 0 1A 118 4B 2A
Octal 206 33 275 35 126 0 32 430 113 52
Binary 10000110 11011 10111101 11101 1010110 0 11010 100011000 1001011 101010

Color Harmonies of #861BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861BBD

Black with #861BBD

Text Example


Text Example

White with #861BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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