Html Css Color HEX #BA56CD Medium Orchid

📋 copy color: '#BA56CD'

red 186 ◦ green 86 ◦ blue 205

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

Shades of Medium Orchid #BA56CD

Tints of Medium Orchid #BA56CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.98%

R = 38.99%
G = 18.03%
B = 42.98%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA56CD (or 0xBA56CD) is known color: Medium Orchid. HEX triplet: BA, 56 and CD. RGB value is (186,86,205). Sum of RGB (Red+Green+Blue) = 186+86+205=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 86 (33.98% from 255 or 18.03% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA56CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA56CD is #45A932. Grayscale: #818181. Windows color (decimal): -4565299 or 13457082. OLE color: 13457082.

HSL color Cylindrical-coordinate representation of color #BA56CD: hue angle of 290.42º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA56CD is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 86 205 -
CMYK 0.09 0.58 0 0.20
HSL 290.42º 0.54% 0.57% -
HSV(B) 290.42º 0.58% 0.8% -
XYZ 34.6 21.5 60.08 -
YUV 129.47 170.63 168.32 -
System Red Green Blue C M Y K H S L
Decimal 186 86 205 0.09 0.58 0 0.20 290.42 0.54 0.57
Hex BA 56 CD 9 3A 0 14 122 36 39
Octal 272 126 315 11 72 0 24 442 66 71
Binary 10111010 1010110 11001101 1001 111010 0 10100 100100010 110110 111001

Color Harmonies of #BA56CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA56CD

Black with #BA56CD

Text Example


Text Example

White with #BA56CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA56CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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