Html Css Color HEX #862BBA Dark Orchid

📋 copy color: '#862BBA'

red 134 ◦ green 43 ◦ blue 186

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

Shades of Dark Orchid #862BBA

Tints of Dark Orchid #862BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.24%

R = 36.91%
G = 11.85%
B = 51.24%

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

#862BBA (or 0x862BBA) is known color: Dark Orchid. HEX triplet: 86, 2B and BA. RGB value is (134,43,186). Sum of RGB (Red+Green+Blue) = 134+43+186=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 43 (17.19% from 255 or 11.85% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #862BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862BBA is #79D445. Grayscale: #565656. Windows color (decimal): -7984198 or 12200838. OLE color: 12200838.

HSL color Cylindrical-coordinate representation of color #862BBA: hue angle of 278.18º degrees, saturation: 0.62, 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 #862BBA is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 43 186 -
CMYK 0.28 0.77 0 0.27
HSL 278.18º 0.62% 0.45% -
HSV(B) 278.18º 0.77% 0.73% -
XYZ 19.56 10.34 47.42 -
YUV 86.51 184.15 161.87 -
System Red Green Blue C M Y K H S L
Decimal 134 43 186 0.28 0.77 0 0.27 278.18 0.62 0.45
Hex 86 2B BA 1C 4D 0 1B 116 3E 2D
Octal 206 53 272 34 115 0 33 426 76 55
Binary 10000110 101011 10111010 11100 1001101 0 11011 100010110 111110 101101

Color Harmonies of #862BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862BBA

Black with #862BBA

Text Example


Text Example

White with #862BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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