Html Css Color HEX #862BBF Dark Orchid

📋 copy color: '#862BBF'

red 134 ◦ green 43 ◦ blue 191

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

Shades of Dark Orchid #862BBF

Tints of Dark Orchid #862BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.9%

R = 36.41%
G = 11.68%
B = 51.9%

CMYK

 C value IS 0.30

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#862BBF (or 0x862BBF) is known color: Dark Orchid. HEX triplet: 86, 2B and BF. RGB value is (134,43,191). Sum of RGB (Red+Green+Blue) = 134+43+191=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 43 (17.19% from 255 or 11.68% from 368); Blue value is 191 (75% from 255 or 51.90% from 368); Max value from RGB is 191 - color contains mainly: blue. Hex color #862BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862BBF is #79D440. Grayscale: #565656. Windows color (decimal): -7984193 or 12528518. OLE color: 12528518.

HSL color Cylindrical-coordinate representation of color #862BBF: hue angle of 276.89º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #862BBF is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 43 191 -
CMYK 0.30 0.77 0 0.25
HSL 276.89º 0.63% 0.46% -
HSV(B) 276.89º 0.77% 0.75% -
XYZ 20.1 10.56 50.27 -
YUV 87.08 186.65 161.47 -
System Red Green Blue C M Y K H S L
Decimal 134 43 191 0.30 0.77 0 0.25 276.89 0.63 0.46
Hex 86 2B BF 1E 4D 0 19 115 3F 2E
Octal 206 53 277 36 115 0 31 425 77 56
Binary 10000110 101011 10111111 11110 1001101 0 11001 100010101 111111 101110

Color Harmonies of #862BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862BBF

Black with #862BBF

Text Example


Text Example

White with #862BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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