Html Css Color HEX #BA56DE Medium Orchid

📋 copy color: '#BA56DE'

red 186 ◦ green 86 ◦ blue 222

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

Shades of Medium Orchid #BA56DE

Tints of Medium Orchid #BA56DE

RGB

 RED value IS 186 (73.05% from 255) = 37.65%

 GREEN value IS 86 (33.98% from 255) = 17.41%

 BLUE value IS 222 (87.11% from 255) = 44.94%

R = 37.65%
G = 17.41%
B = 44.94%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA56DE (or 0xBA56DE) is known color: Medium Orchid. HEX triplet: BA, 56 and DE. RGB value is (186,86,222). Sum of RGB (Red+Green+Blue) = 186+86+222=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 86 (33.98% from 255 or 17.41% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA56DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA56DE is #45A921. Grayscale: #828282. Windows color (decimal): -4565282 or 14571194. OLE color: 14571194.

HSL color Cylindrical-coordinate representation of color #BA56DE: hue angle of 284.12º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA56DE is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 86 222 -
CMYK 0.16 0.61 0 0.13
HSL 284.12º 0.67% 0.6% -
HSV(B) 284.12º 0.61% 0.87% -
XYZ 36.76 22.37 71.49 -
YUV 131.4 179.13 166.94 -
System Red Green Blue C M Y K H S L
Decimal 186 86 222 0.16 0.61 0 0.13 284.12 0.67 0.6
Hex BA 56 DE 10 3D 0 D 11C 43 3C
Octal 272 126 336 20 75 0 15 434 103 74
Binary 10111010 1010110 11011110 10000 111101 0 1101 100011100 1000011 111100

Color Harmonies of #BA56DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA56DE

Black with #BA56DE

Text Example


Text Example

White with #BA56DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA56DE; }

 p { color: rgb(186,86,222); }

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

background-color css

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

 a { background-color: rgb(186,86,222); }

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

border-color css

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

 span { border-color: rgb(186,86,222); }

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