Html Css Color HEX #863BBC Dark Orchid

📋 copy color: '#863BBC'

red 134 ◦ green 59 ◦ blue 188

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

Shades of Dark Orchid #863BBC

Tints of Dark Orchid #863BBC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.49%

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

R = 35.17%
G = 15.49%
B = 49.34%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#863BBC (or 0x863BBC) is known color: Dark Orchid. HEX triplet: 86, 3B and BC. RGB value is (134,59,188). Sum of RGB (Red+Green+Blue) = 134+59+188=381 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.17% from 381); Green value is 59 (23.44% from 255 or 15.49% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #863BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863BBC is #79C443. Grayscale: #5F5F5F. Windows color (decimal): -7980100 or 12336006. OLE color: 12336006.

HSL color Cylindrical-coordinate representation of color #863BBC: hue angle of 274.88º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #863BBC is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 59 188 -
CMYK 0.29 0.69 0 0.26
HSL 274.88º 0.52% 0.48% -
HSV(B) 274.88º 0.69% 0.74% -
XYZ 20.47 11.83 48.78 -
YUV 96.13 179.85 155.01 -
System Red Green Blue C M Y K H S L
Decimal 134 59 188 0.29 0.69 0 0.26 274.88 0.52 0.48
Hex 86 3B BC 1D 45 0 1A 113 34 30
Octal 206 73 274 35 105 0 32 423 64 60
Binary 10000110 111011 10111100 11101 1000101 0 11010 100010011 110100 110000

Color Harmonies of #863BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863BBC

Black with #863BBC

Text Example


Text Example

White with #863BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863BBC; }

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

 H1.HeaderClassName
 {
   color: #863BBC;
 }
 .AnyTagClassName
 {
   color: #863BBC;
 }
</style>

background-color css

<style>
 a { background-color: #863BBC; }

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

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

border-color css

<style>
 span { border-color: #863BBC; }

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

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