Html Css Color HEX #862BBB Dark Orchid

📋 copy color: '#862BBB'

red 134 ◦ green 43 ◦ blue 187

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

Shades of Dark Orchid #862BBB

Tints of Dark Orchid #862BBB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.81%

 BLUE value IS 187 (73.44% from 255) = 51.37%

R = 36.81%
G = 11.81%
B = 51.37%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#862BBB (or 0x862BBB) is known color: Dark Orchid. HEX triplet: 86, 2B and BB. RGB value is (134,43,187). Sum of RGB (Red+Green+Blue) = 134+43+187=364 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.81% from 364); Green value is 43 (17.19% from 255 or 11.81% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #862BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862BBB is #79D444. Grayscale: #565656. Windows color (decimal): -7984197 or 12266374. OLE color: 12266374.

HSL color Cylindrical-coordinate representation of color #862BBB: hue angle of 277.92º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #862BBB is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 43 187 -
CMYK 0.28 0.77 0 0.27
HSL 277.92º 0.63% 0.45% -
HSV(B) 277.92º 0.77% 0.73% -
XYZ 19.67 10.38 47.98 -
YUV 86.63 184.65 161.79 -
System Red Green Blue C M Y K H S L
Decimal 134 43 187 0.28 0.77 0 0.27 277.92 0.63 0.45
Hex 86 2B BB 1C 4D 0 1B 116 3F 2D
Octal 206 53 273 34 115 0 33 426 77 55
Binary 10000110 101011 10111011 11100 1001101 0 11011 100010110 111111 101101

Color Harmonies of #862BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862BBB

Black with #862BBB

Text Example


Text Example

White with #862BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862BBB; }

 p { color: rgb(134,43,187); }

 H1.HeaderClassName
 {
   color: #862BBB;
 }
 .AnyTagClassName
 {
   color: #862BBB;
 }
</style>

background-color css

<style>
 a { background-color: #862BBB; }

 a { background-color: rgb(134,43,187); }

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

border-color css

<style>
 span { border-color: #862BBB; }

 span { border-color: rgb(134,43,187); }

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