Html Css Color HEX #862FBC Dark Orchid

📋 copy color: '#862FBC'

red 134 ◦ green 47 ◦ blue 188

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

Shades of Dark Orchid #862FBC

Tints of Dark Orchid #862FBC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.74%

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

R = 36.31%
G = 12.74%
B = 50.95%

CMYK

 C value IS 0.29

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#862FBC (or 0x862FBC) is known color: Dark Orchid. HEX triplet: 86, 2F and BC. RGB value is (134,47,188). Sum of RGB (Red+Green+Blue) = 134+47+188=369 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.31% from 369); Green value is 47 (18.75% from 255 or 12.74% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #862FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862FBC is #79D043. Grayscale: #585858. Windows color (decimal): -7983172 or 12332934. OLE color: 12332934.

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

Color convert

RGB 134 47 188 -
CMYK 0.29 0.75 0 0.26
HSL 277.02º 0.6% 0.46% -
HSV(B) 277.02º 0.75% 0.74% -
XYZ 19.93 10.73 48.6 -
YUV 89.09 183.82 160.04 -
System Red Green Blue C M Y K H S L
Decimal 134 47 188 0.29 0.75 0 0.26 277.02 0.6 0.46
Hex 86 2F BC 1D 4B 0 1A 115 3C 2E
Octal 206 57 274 35 113 0 32 425 74 56
Binary 10000110 101111 10111100 11101 1001011 0 11010 100010101 111100 101110

Color Harmonies of #862FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862FBC

Black with #862FBC

Text Example


Text Example

White with #862FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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